Uses of Class
org.conscrypt.NativeRef.SSL_SESSION
Packages that use NativeRef.SSL_SESSION
-
Uses of NativeRef.SSL_SESSION in org.conscrypt
Fields in org.conscrypt declared as NativeRef.SSL_SESSIONMethods in org.conscrypt with parameters of type NativeRef.SSL_SESSIONModifier and TypeMethodDescription(package private) static NativeSslSession
NativeSslSession.newInstance
(NativeRef.SSL_SESSION ref, ConscryptSession session) Creates a new instance.Constructors in org.conscrypt with parameters of type NativeRef.SSL_SESSIONModifierConstructorDescriptionprivate
Impl
(AbstractSessionContext context, NativeRef.SSL_SESSION ref, String host, int port, X509Certificate[] peerCertificates, byte[] peerOcspStapledResponse, byte[] peerSignedCertificateTimestamp)