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 SSLContextBuilderSSLContexts. custom()Deprecated.Creates custom SSL context.SSLContextBuilderSSLContextBuilder. loadKeyMaterial(java.security.KeyStore keystore, char[] keyPassword)Deprecated.SSLContextBuilderSSLContextBuilder. loadKeyMaterial(java.security.KeyStore keystore, char[] keyPassword, PrivateKeyStrategy aliasStrategy)Deprecated.SSLContextBuilderSSLContextBuilder. loadTrustMaterial(java.security.KeyStore truststore)Deprecated.SSLContextBuilderSSLContextBuilder. loadTrustMaterial(java.security.KeyStore truststore, TrustStrategy trustStrategy)Deprecated.SSLContextBuilderSSLContextBuilder. setSecureRandom(java.security.SecureRandom secureRandom)Deprecated.SSLContextBuilderSSLContextBuilder. useProtocol(java.lang.String protocol)Deprecated.SSLContextBuilderSSLContextBuilder. useSSL()Deprecated.SSLContextBuilderSSLContextBuilder. useTLS()Deprecated.
-