Package | Description |
---|---|
org.apache.http.conn.ssl |
Client TLS/SSL support.
|
Modifier and Type | Method and 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.
|