Package | Description |
---|---|
cn.hutool.core.net |
网络相关工具
|
Modifier and Type | Method and Description |
---|---|
static SSLContextBuilder |
SSLContextBuilder.create()
创建 SSLContextBuilder
|
SSLContextBuilder |
SSLContextBuilder.setKeyManagers(KeyManager... keyManagers)
设置 JSSE key managers
|
SSLContextBuilder |
SSLContextBuilder.setProtocol(String protocol)
设置协议。
|
SSLContextBuilder |
SSLContextBuilder.setSecureRandom(SecureRandom secureRandom)
设置 SecureRandom
|
SSLContextBuilder |
SSLContextBuilder.setTrustManagers(TrustManager... trustManagers)
设置信任信息
|
Copyright © 2024. All rights reserved.