Package | Description |
---|---|
cn.hutool.core.net |
网络相关工具
|
cn.hutool.core.util |
提供各种工具方法,按照归类入口为XXXUtil,如字符串工具StrUtil等
|
cn.hutool.http.ssl |
SSL封装
|
Class and Description |
---|
DefaultTrustManager
默认信任管理器,默认信任所有客户端和服务端证书
继承 X509ExtendedTrustManager 的原因见:https://blog.csdn.net/ghaohao/article/details/79454913 |
PassAuth
账号密码形式的
Authenticator 实现。 |
ProxySocketFactory
代理Socket工厂,用于创建代理Socket
来自commons-net的DefaultSocketFactory |
SSLContextBuilder
SSLContext 构建器,可以自定义:协议(protocol),默认TLS KeyManager ,默认空
TrustManager ,默认DefaultTrustManager ,即信任全部
SecureRandom
构建后可获得SSLContext ,通过调用SSLContext.getSocketFactory() 获取SSLSocketFactory |
SSLProtocols
SSL或TLS协议
|
URLEncoder
Deprecated.
此类中的方法并不规范,请使用
RFC3986 |
Class and Description |
---|
URLEncodeUtil
URL编码工具
TODO 在6.x中移除此工具(无法很好区分URL编码和www-form编码) |
Class and Description |
---|
SSLProtocols
SSL或TLS协议
|
Copyright © 2024. All rights reserved.