Uses of Class
org.apache.hc.core5.reactor.ssl.TlsDetails
-
Packages that use TlsDetails Package Description org.apache.hc.core5.reactor Event driven network communication APIs and components loosely based on Doug Lea's reactor pattern.org.apache.hc.core5.reactor.ssl TLS/SSL support for I/O reactors. -
-
Uses of TlsDetails in org.apache.hc.core5.reactor
Methods in org.apache.hc.core5.reactor that return TlsDetails Modifier and Type Method Description TlsDetails
InternalDataChannel. getTlsDetails()
-
Uses of TlsDetails in org.apache.hc.core5.reactor.ssl
Fields in org.apache.hc.core5.reactor.ssl declared as TlsDetails Modifier and Type Field Description private TlsDetails
SSLIOSession. tlsDetails
Methods in org.apache.hc.core5.reactor.ssl that return TlsDetails Modifier and Type Method Description TlsDetails
SSLIOSession. getTlsDetails()
TlsDetails
TransportSecurityLayer. getTlsDetails()
Returns details of a fully established TLS session.TlsDetails
SSLSessionVerifier. verify(NamedEndpoint endpoint, javax.net.ssl.SSLEngine sslEngine)
Triggered when the SSL connection has been established and initial SSL handshake has been successfully completed.
-