Uses of Interface
org.apache.http.conn.ssl.PrivateKeyStrategy
-
Packages that use PrivateKeyStrategy Package Description org.apache.http.conn.ssl Client TLS/SSL support. -
-
Uses of PrivateKeyStrategy in org.apache.http.conn.ssl
Fields in org.apache.http.conn.ssl declared as PrivateKeyStrategy Modifier and Type Field Description private PrivateKeyStrategySSLContextBuilder.KeyManagerDelegate. aliasStrategyMethods in org.apache.http.conn.ssl with parameters of type PrivateKeyStrategy Modifier and Type Method Description SSLContextBuilderSSLContextBuilder. loadKeyMaterial(java.security.KeyStore keystore, char[] keyPassword, PrivateKeyStrategy aliasStrategy)Deprecated.Constructors in org.apache.http.conn.ssl with parameters of type PrivateKeyStrategy Constructor Description KeyManagerDelegate(javax.net.ssl.X509KeyManager keyManager, PrivateKeyStrategy aliasStrategy)
-