Package org.apache.http.conn.ssl
Interface PrivateKeyStrategy
-
@Deprecated public interface PrivateKeyStrategy
Deprecated.(4.4) usePrivateKeyStrategy.A strategy allowing for a choice of an alias during SSL authentication.- Since:
- 4.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringchooseAlias(Map<String,PrivateKeyDetails> aliases, Socket socket)Deprecated.Determines what key material to use for SSL authentication.
-
-
-
Method Detail
-
chooseAlias
String chooseAlias(Map<String,PrivateKeyDetails> aliases, Socket socket)
Deprecated.Determines what key material to use for SSL authentication.
-
-