public interface PrivateKeyStrategy
Modifier and Type | Method and Description |
---|---|
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 © 2005–2022 The Apache Software Foundation. All rights reserved.