Uses of Interface
org.apache.http.ssl.PrivateKeyStrategy
-
Packages that use PrivateKeyStrategy Package Description org.apache.http.ssl 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 PrivateKeyStrategy Modifier and Type Field Description private PrivateKeyStrategySSLContextBuilder.KeyManagerDelegate. aliasStrategyMethods in org.apache.http.ssl with parameters of type PrivateKeyStrategy Modifier and Type Method Description SSLContextBuilderSSLContextBuilder. loadKeyMaterial(java.io.File file, char[] storePassword, char[] keyPassword, PrivateKeyStrategy aliasStrategy)SSLContextBuilderSSLContextBuilder. loadKeyMaterial(java.net.URL url, char[] storePassword, char[] keyPassword, PrivateKeyStrategy aliasStrategy)SSLContextBuilderSSLContextBuilder. loadKeyMaterial(java.security.KeyStore keystore, char[] keyPassword, PrivateKeyStrategy aliasStrategy)Constructors in org.apache.http.ssl with parameters of type PrivateKeyStrategy Constructor Description KeyManagerDelegate(javax.net.ssl.X509ExtendedKeyManager keyManager, PrivateKeyStrategy aliasStrategy)
-