|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSLContextBuilder | |
---|---|
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 | |
---|---|
static SSLContextBuilder |
SSLContexts.custom()
Deprecated. Creates custom SSL context. |
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(KeyStore keystore,
char[] keyPassword)
Deprecated. |
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(KeyStore keystore,
char[] keyPassword,
PrivateKeyStrategy aliasStrategy)
Deprecated. |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(KeyStore truststore)
Deprecated. |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(KeyStore truststore,
TrustStrategy trustStrategy)
Deprecated. |
SSLContextBuilder |
SSLContextBuilder.setSecureRandom(SecureRandom secureRandom)
Deprecated. |
SSLContextBuilder |
SSLContextBuilder.useProtocol(String protocol)
Deprecated. |
SSLContextBuilder |
SSLContextBuilder.useSSL()
Deprecated. |
SSLContextBuilder |
SSLContextBuilder.useTLS()
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |