Package | Description |
---|---|
org.apache.http.conn.ssl |
Client TLS/SSL support.
|
Modifier and Type | Class and Description |
---|---|
class |
TrustSelfSignedStrategy
A trust strategy that accepts self-signed certificates as trusted.
|
Modifier and Type | Method and Description |
---|---|
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(KeyStore truststore,
TrustStrategy trustStrategy) |
Constructor and Description |
---|
SSLSocketFactory(String algorithm,
KeyStore keystore,
String keyPassword,
KeyStore truststore,
SecureRandom random,
TrustStrategy trustStrategy,
X509HostnameVerifier hostnameVerifier)
Deprecated.
|
SSLSocketFactory(TrustStrategy trustStrategy)
Deprecated.
|
SSLSocketFactory(TrustStrategy trustStrategy,
X509HostnameVerifier hostnameVerifier)
Deprecated.
|
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.