Uses of Class
org.apache.hc.core5.reactor.ssl.TlsDetails
Packages that use TlsDetails
Package
Description
Event driven network communication APIs and components loosely based on
Doug Lea's
reactor pattern.
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 -
Uses of TlsDetails in org.apache.hc.core5.reactor.ssl
Fields in org.apache.hc.core5.reactor.ssl declared as TlsDetailsMethods in org.apache.hc.core5.reactor.ssl that return TlsDetailsModifier and TypeMethodDescriptionSSLIOSession.getTlsDetails()
TransportSecurityLayer.getTlsDetails()
Returns details of a fully established TLS session.SSLSessionVerifier.verify
(NamedEndpoint endpoint, SSLEngine sslEngine) Triggered when the SSL connection has been established and initial SSL handshake has been successfully completed.