Package | Description |
---|---|
cn.hutool.core.net |
网络相关工具
|
cn.hutool.http.ssl |
SSL封装
|
Modifier and Type | Class and Description |
---|---|
class |
SSLContextBuilder
SSLContext 构建器,可以自定义:协议(protocol),默认TLS KeyManager ,默认空
TrustManager ,默认DefaultTrustManager ,即信任全部
SecureRandom
构建后可获得SSLContext ,通过调用SSLContext.getSocketFactory() 获取SSLSocketFactory |
Modifier and Type | Class and Description |
---|---|
class |
SSLSocketFactoryBuilder
Deprecated.
|
Copyright © 2025. All rights reserved.