| Package | Description | 
|---|---|
| org.apache.http.conn.ssl | 
 Client TLS/SSL support. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SSLContextBuilder | 
SSLContextBuilder.loadTrustMaterial(KeyStore truststore,
                 TrustStrategy trustStrategy)
Deprecated.  
  | 
| 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–2022 The Apache Software Foundation. All rights reserved.