Package org.conscrypt
Class Java8ExtendedSSLSession
- java.lang.Object
-
- javax.net.ssl.ExtendedSSLSession
-
- org.conscrypt.Java7ExtendedSSLSession
-
- org.conscrypt.Java8ExtendedSSLSession
-
- All Implemented Interfaces:
javax.net.ssl.SSLSession
,ConscryptSession
class Java8ExtendedSSLSession extends Java7ExtendedSSLSession
This is an adapter that wraps the active session withExtendedSSLSession
, if running on Java 8+.
-
-
Field Summary
-
Fields inherited from class org.conscrypt.Java7ExtendedSSLSession
delegate
-
-
Constructor Summary
Constructors Constructor Description Java8ExtendedSSLSession(ExternalSession delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<javax.net.ssl.SNIServerName>
getRequestedServerNames()
-
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 Detail
-
Java8ExtendedSSLSession
public Java8ExtendedSSLSession(ExternalSession delegate)
-
-