Uses of Class
org.apache.http.ssl.PrivateKeyDetails
-
Packages that use PrivateKeyDetails Package Description org.apache.http.ssl Utility classes for trust and key material management and TLS/SSL context initialization. -
-
Uses of PrivateKeyDetails in org.apache.http.ssl
Method parameters in org.apache.http.ssl with type arguments of type PrivateKeyDetails Modifier and Type Method Description String
PrivateKeyStrategy. chooseAlias(Map<String,PrivateKeyDetails> aliases, Socket socket)
Determines what key material to use for SSL authentication.
-