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(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.
|
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.