Uses of Interface
org.apache.hc.core5.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.hc.core5.ssl
Fields in org.apache.hc.core5.ssl declared as PrivateKeyStrategyModifier and TypeFieldDescriptionprivate final PrivateKeyStrategySSLContextBuilder.KeyManagerDelegate.aliasStrategyMethods in org.apache.hc.core5.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(Path file, char[] storePassword, char[] keyPassword, PrivateKeyStrategy aliasStrategy, OpenOption... openOptions) SSLContextBuilder.loadKeyMaterial(KeyStore keyStore, char[] keyPassword, PrivateKeyStrategy aliasStrategy) Constructors in org.apache.hc.core5.ssl with parameters of type PrivateKeyStrategyModifierConstructorDescription(package private)KeyManagerDelegate(X509ExtendedKeyManager keyManager, PrivateKeyStrategy aliasStrategy)