Package | Description |
---|---|
org.apache.http.ssl |
Utility classes for trust and key material management
and TLS/SSL context initialization.
|
Modifier and Type | Field and Description |
---|---|
private TrustStrategy |
SSLContextBuilder.TrustManagerDelegate.trustStrategy |
Modifier and Type | Method and Description |
---|---|
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(java.io.File file,
char[] storePassword,
TrustStrategy trustStrategy) |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(java.security.KeyStore truststore,
TrustStrategy trustStrategy) |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(TrustStrategy trustStrategy) |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(java.net.URL url,
char[] storePassword,
TrustStrategy trustStrategy) |
Constructor and Description |
---|
TrustManagerDelegate(javax.net.ssl.X509TrustManager trustManager,
TrustStrategy trustStrategy) |