| 软件包 | 描述 |
|---|---|
| org.apache.http.conn.ssl |
客户端TLS / SSL支持。
|
| Modifier and Type | Method and Description |
|---|---|
static SSLContextBuilder |
SSLContexts.custom()
已过时。
创建自定义SSL上下文。
|
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(KeyStore keystore, char[] keyPassword)
已过时。
|
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(KeyStore keystore, char[] keyPassword, PrivateKeyStrategy aliasStrategy)
已过时。
|
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(KeyStore truststore)
已过时。
|
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(KeyStore truststore, TrustStrategy trustStrategy)
已过时。
|
SSLContextBuilder |
SSLContextBuilder.setSecureRandom(SecureRandom secureRandom)
已过时。
|
SSLContextBuilder |
SSLContextBuilder.useProtocol(String protocol)
已过时。
|
SSLContextBuilder |
SSLContextBuilder.useSSL()
已过时。
|
SSLContextBuilder |
SSLContextBuilder.useTLS()
已过时。
|
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.