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
Methods 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.
-