Uses of Class
org.conscrypt.NativeRef.SSL_SESSION
-
Packages that use NativeRef.SSL_SESSION Package Description org.conscrypt -
-
Uses of NativeRef.SSL_SESSION in org.conscrypt
Fields in org.conscrypt declared as NativeRef.SSL_SESSION Modifier and Type Field Description private NativeRef.SSL_SESSIONNativeSslSession.Impl. refMethods in org.conscrypt with parameters of type NativeRef.SSL_SESSION Modifier and Type Method Description (package private) static NativeSslSessionNativeSslSession. newInstance(NativeRef.SSL_SESSION ref, ConscryptSession session)Creates a new instance.Constructors in org.conscrypt with parameters of type NativeRef.SSL_SESSION Constructor Description Impl(AbstractSessionContext context, NativeRef.SSL_SESSION ref, java.lang.String host, int port, java.security.cert.X509Certificate[] peerCertificates, byte[] peerOcspStapledResponse, byte[] peerSignedCertificateTimestamp)
-