public interface PrivateKeyStrategy
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
chooseAlias(java.util.Map<java.lang.String,PrivateKeyDetails> aliases,
java.net.Socket socket)
Determines what key material to use for SSL authentication.
|
java.lang.String chooseAlias(java.util.Map<java.lang.String,PrivateKeyDetails> aliases, java.net.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.