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
Methods in org.apache.http.ssl that return types with arguments of type PrivateKeyDetails Modifier and Type Method Description java.util.Map<java.lang.String,PrivateKeyDetails>
SSLContextBuilder.KeyManagerDelegate. getClientAliasMap(java.lang.String[] keyTypes, java.security.Principal[] issuers)
java.util.Map<java.lang.String,PrivateKeyDetails>
SSLContextBuilder.KeyManagerDelegate. getServerAliasMap(java.lang.String keyType, java.security.Principal[] issuers)
Method parameters in org.apache.http.ssl with type arguments of type PrivateKeyDetails Modifier and Type Method Description java.lang.String
PrivateKeyStrategy. chooseAlias(java.util.Map<java.lang.String,PrivateKeyDetails> aliases, java.net.Socket socket)
Determines what key material to use for SSL authentication.
-