| 程序包 | 说明 |
|---|---|
| cn.hutool.core.net |
网络相关工具
|
| 限定符和类型 | 方法和说明 |
|---|---|
static SSLContextBuilder |
SSLContextBuilder.create()
创建 SSLContextBuilder
|
static SSLContextBuilder |
SSLContextBuilder.create()
创建 SSLContextBuilder
|
SSLContextBuilder |
SSLContextBuilder.setKeyManagers(KeyManager... keyManagers)
设置 JSSE key managers
|
SSLContextBuilder |
SSLContextBuilder.setKeyManagers(KeyManager... keyManagers)
设置 JSSE key managers
|
SSLContextBuilder |
SSLContextBuilder.setProtocol(String protocol)
设置协议。
|
SSLContextBuilder |
SSLContextBuilder.setProtocol(String protocol)
设置协议。
|
SSLContextBuilder |
SSLContextBuilder.setSecureRandom(SecureRandom secureRandom)
设置 SecureRandom
|
SSLContextBuilder |
SSLContextBuilder.setSecureRandom(SecureRandom secureRandom)
设置 SecureRandom
|
SSLContextBuilder |
SSLContextBuilder.setTrustManagers(TrustManager... trustManagers)
设置信任信息
|
SSLContextBuilder |
SSLContextBuilder.setTrustManagers(TrustManager... trustManagers)
设置信任信息
|
Copyright © 2022. All rights reserved.