Package org.conscrypt
Class Java8ExtendedSSLSession
java.lang.Object
javax.net.ssl.ExtendedSSLSession
org.conscrypt.Java7ExtendedSSLSession
org.conscrypt.Java8ExtendedSSLSession
- All Implemented Interfaces:
SSLSession
,ConscryptSession
This is an adapter that wraps the active session with
ExtendedSSLSession
, if running
on Java 8+.-
Field Summary
Fields inherited from class org.conscrypt.Java7ExtendedSSLSession
delegate
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.conscrypt.Java7ExtendedSSLSession
getApplicationBufferSize, getApplicationProtocol, getCipherSuite, getCreationTime, getId, getLastAccessedTime, getLocalCertificates, getLocalPrincipal, getLocalSupportedSignatureAlgorithms, getPacketBufferSize, getPeerCertificateChain, getPeerCertificates, getPeerHost, getPeerPort, getPeerPrincipal, getPeerSignedCertificateTimestamp, getPeerSupportedSignatureAlgorithms, getProtocol, getRequestedServerName, getSessionContext, getStatusResponses, getValue, getValueNames, invalidate, isValid, putValue, removeValue
-
Constructor Details
-
Java8ExtendedSSLSession
-
-
Method Details
-
getRequestedServerNames
- Overrides:
getRequestedServerNames
in classExtendedSSLSession
-