Uses of Class
org.apache.http.conn.ssl.SSLContextBuilder
Packages that use SSLContextBuilder
-
Uses of SSLContextBuilder in org.apache.http.conn.ssl
Methods in org.apache.http.conn.ssl that return SSLContextBuilderModifier and TypeMethodDescriptionstatic SSLContextBuilderSSLContexts.custom()Deprecated.Creates custom SSL context.SSLContextBuilder.loadKeyMaterial(KeyStore keystore, char[] keyPassword) Deprecated.SSLContextBuilder.loadKeyMaterial(KeyStore keystore, char[] keyPassword, PrivateKeyStrategy aliasStrategy) Deprecated.SSLContextBuilder.loadTrustMaterial(KeyStore truststore) Deprecated.SSLContextBuilder.loadTrustMaterial(KeyStore truststore, TrustStrategy trustStrategy) Deprecated.SSLContextBuilder.setSecureRandom(SecureRandom secureRandom) Deprecated.SSLContextBuilder.useProtocol(String protocol) Deprecated.SSLContextBuilder.useSSL()Deprecated.SSLContextBuilder.useTLS()Deprecated.