Uses of Class
org.apache.http.conn.ssl.SSLContextBuilder
-
Packages that use SSLContextBuilder Package Description org.apache.http.conn.ssl Client TLS/SSL support. -
-
Uses of SSLContextBuilder in org.apache.http.conn.ssl
Methods in org.apache.http.conn.ssl that return SSLContextBuilder Modifier and Type Method Description static SSLContextBuilder
SSLContexts. custom()
Deprecated.Creates custom SSL context.SSLContextBuilder
SSLContextBuilder. loadKeyMaterial(java.security.KeyStore keystore, char[] keyPassword)
Deprecated.SSLContextBuilder
SSLContextBuilder. loadKeyMaterial(java.security.KeyStore keystore, char[] keyPassword, PrivateKeyStrategy aliasStrategy)
Deprecated.SSLContextBuilder
SSLContextBuilder. loadTrustMaterial(java.security.KeyStore truststore)
Deprecated.SSLContextBuilder
SSLContextBuilder. loadTrustMaterial(java.security.KeyStore truststore, TrustStrategy trustStrategy)
Deprecated.SSLContextBuilder
SSLContextBuilder. setSecureRandom(java.security.SecureRandom secureRandom)
Deprecated.SSLContextBuilder
SSLContextBuilder. useProtocol(java.lang.String protocol)
Deprecated.SSLContextBuilder
SSLContextBuilder. useSSL()
Deprecated.SSLContextBuilder
SSLContextBuilder. useTLS()
Deprecated.
-