Uses of Interface
org.apache.http.conn.ssl.PrivateKeyStrategy
Packages that use PrivateKeyStrategy
-
Uses of PrivateKeyStrategy in org.apache.http.conn.ssl
Fields in org.apache.http.conn.ssl declared as PrivateKeyStrategyModifier and TypeFieldDescriptionprivate final PrivateKeyStrategySSLContextBuilder.KeyManagerDelegate.aliasStrategyMethods in org.apache.http.conn.ssl with parameters of type PrivateKeyStrategyModifier and TypeMethodDescriptionSSLContextBuilder.loadKeyMaterial(KeyStore keystore, char[] keyPassword, PrivateKeyStrategy aliasStrategy) Deprecated.Constructors in org.apache.http.conn.ssl with parameters of type PrivateKeyStrategyModifierConstructorDescription(package private)KeyManagerDelegate(X509KeyManager keyManager, PrivateKeyStrategy aliasStrategy)