| 程序包 | 说明 |
|---|---|
| org.apache.hc.client5.http.ssl |
Client TLS/SSL support.
|
| org.apache.hc.core5.reactor.ssl |
TLS/SSL support for I/O reactors.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ClientTlsStrategyBuilder |
ClientTlsStrategyBuilder.setTlsDetailsFactory(Factory<SSLEngine,TlsDetails> tlsDetailsFactory)
已过时。
Do not use.
|
| 构造器和说明 |
|---|
DefaultClientTlsStrategy(SSLContext sslContext,
String[] supportedProtocols,
String[] supportedCipherSuites,
SSLBufferMode sslBufferManagement,
HostnameVerifier hostnameVerifier,
Factory<SSLEngine,TlsDetails> tlsDetailsFactory)
|
| 限定符和类型 | 方法和说明 |
|---|---|
TlsDetails |
SSLIOSession.getTlsDetails() |
TlsDetails |
TransportSecurityLayer.getTlsDetails()
Returns details of a fully established TLS session.
|
TlsDetails |
SSLSessionVerifier.verify(NamedEndpoint endpoint,
SSLEngine sslEngine)
Triggered when the SSL connection has been established and initial SSL
handshake has been successfully completed.
|
Copyright © 2023. All rights reserved.