| Package | Description |
|---|---|
| org.dromara.hutool.core.net.ssl |
SSL相关封装
|
| Modifier and Type | Class and Description |
|---|---|
class |
SSLContextBuilder
SSLContext构建器,可以自定义:协议(protocol),默认TLS KeyManager,默认空
TrustManager,默认null
SecureRandom,默认null
构建后可获得SSLContext,通过调用SSLContext.getSocketFactory()获取SSLSocketFactory |
Copyright © 2025. All rights reserved.