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