| 软件包 | 描述 |
|---|---|
| org.apache.http.conn.ssl |
客户端TLS / SSL支持。
|
| 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)
已过时。
|
SSLSocketFactory(TrustStrategy trustStrategy)
已过时。
|
SSLSocketFactory(TrustStrategy trustStrategy, X509HostnameVerifier hostnameVerifier)
已过时。
|
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.