Home | History | Annotate | Download | only in jsse

Lines Matching defs:sslSessionNativePointer

47     protected long sslSessionNativePointer;
59 protected OpenSSLSessionImpl(long sslSessionNativePointer, X509Certificate[] localCertificates,
62 this.sslSessionNativePointer = sslSessionNativePointer;
87 if (this.sslSessionNativePointer == 0) {
112 id = NativeCrypto.SSL_SESSION_session_id(sslSessionNativePointer);
120 return NativeCrypto.i2d_SSL_SESSION(sslSessionNativePointer);
129 creationTime = NativeCrypto.SSL_SESSION_get_time(sslSessionNativePointer);
309 String name = NativeCrypto.SSL_SESSION_cipher(sslSessionNativePointer);
324 protocol = NativeCrypto.SSL_SESSION_get_version(sslSessionNativePointer);
446 NativeCrypto.SSL_SESSION_free(sslSessionNativePointer);