public interface PrivateKeyAliasChooseStrategy
| 限定符和类型 | 方法和说明 |
|---|---|
String |
chooseAlias(Map<String,PrivateKeyDetails> aliases,
Socket socket)
Determines what key material to use for SSL authentication.
|
String chooseAlias(Map<String,PrivateKeyDetails> aliases, Socket socket)
aliases - available private key materialsocket - socket used for the connection. Please note this parameter can be null
if key material is applicable to any socket.Copyright © 2021. All rights reserved.