Uses of Interface
org.apache.http.ssl.PrivateKeyStrategy
Packages that use PrivateKeyStrategy
Package
Description
Utility classes for trust and key material management
and TLS/SSL context initialization.
-
Uses of PrivateKeyStrategy in org.apache.http.ssl
Fields in org.apache.http.ssl declared as PrivateKeyStrategyModifier and TypeFieldDescriptionprivate final PrivateKeyStrategySSLContextBuilder.KeyManagerDelegate.aliasStrategyMethods in org.apache.http.ssl with parameters of type PrivateKeyStrategyModifier and TypeMethodDescriptionSSLContextBuilder.loadKeyMaterial(File file, char[] storePassword, char[] keyPassword, PrivateKeyStrategy aliasStrategy) SSLContextBuilder.loadKeyMaterial(URL url, char[] storePassword, char[] keyPassword, PrivateKeyStrategy aliasStrategy) SSLContextBuilder.loadKeyMaterial(KeyStore keystore, char[] keyPassword, PrivateKeyStrategy aliasStrategy) Constructors in org.apache.http.ssl with parameters of type PrivateKeyStrategyModifierConstructorDescription(package private)KeyManagerDelegate(X509ExtendedKeyManager keyManager, PrivateKeyStrategy aliasStrategy)