Package org.apache.http.conn.ssl
Interface PrivateKeyStrategy
Deprecated.
A strategy allowing for a choice of an alias during SSL authentication.
- Since:
- 4.3
-
Method Summary
Modifier and TypeMethodDescriptionchooseAlias
(Map<String, PrivateKeyDetails> aliases, Socket socket) Deprecated.Determines what key material to use for SSL authentication.
-
Method Details
-
chooseAlias
Deprecated.Determines what key material to use for SSL authentication.
-
PrivateKeyStrategy
.