Uses of Class
org.apache.http.ssl.PrivateKeyDetails
Packages that use PrivateKeyDetails
Package
Description
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 PrivateKeyDetailsModifier and TypeMethodDescriptionSSLContextBuilder.KeyManagerDelegate.getClientAliasMap
(String[] keyTypes, Principal[] issuers) SSLContextBuilder.KeyManagerDelegate.getServerAliasMap
(String keyType, Principal[] issuers) Method parameters in org.apache.http.ssl with type arguments of type PrivateKeyDetailsModifier and TypeMethodDescriptionPrivateKeyStrategy.chooseAlias
(Map<String, PrivateKeyDetails> aliases, Socket socket) Determines what key material to use for SSL authentication.