Home
last modified time | relevance | path

Searched refs:getSessionContext (Results 1 – 14 of 14) sorted by relevance

/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
DSSLSessionTest.java258 assertNull(s.invalid.getSessionContext()); in test_SSLSession_getSessionContext()
259 assertNotNull(s.server.getSessionContext()); in test_SSLSession_getSessionContext()
260 assertNotNull(s.client.getSessionContext()); in test_SSLSession_getSessionContext()
261 assertEquals(s.s.c.serverContext.getServerSessionContext(), s.server.getSessionContext()); in test_SSLSession_getSessionContext()
262 assertEquals(s.s.c.clientContext.getClientSessionContext(), s.client.getSessionContext()); in test_SSLSession_getSessionContext()
263 assertNotSame(s.server.getSessionContext(), s.client.getSessionContext()); in test_SSLSession_getSessionContext()
295 assertNull(s.invalid.getSessionContext()); in test_SSLSession_invalidate()
300 assertNull(s.server.getSessionContext()); in test_SSLSession_invalidate()
305 assertNull(s.client.getSessionContext()); in test_SSLSession_invalidate()
/external/conscrypt/common/src/main/java/org/conscrypt/
DConscryptFileDescriptorSocket.java113 sslSession = new ActiveSession(ssl, sslParameters.getSessionContext()); in ConscryptFileDescriptorSocket()
121 sslSession = new ActiveSession(ssl, sslParameters.getSessionContext()); in ConscryptFileDescriptorSocket()
129 sslSession = new ActiveSession(ssl, sslParameters.getSessionContext()); in ConscryptFileDescriptorSocket()
137 sslSession = new ActiveSession(ssl, sslParameters.getSessionContext()); in ConscryptFileDescriptorSocket()
145 sslSession = new ActiveSession(ssl, sslParameters.getSessionContext()); in ConscryptFileDescriptorSocket()
153 sslSession = new ActiveSession(ssl, sslParameters.getSessionContext()); in ConscryptFileDescriptorSocket()
1101 return sslParameters.getSessionContext(); in sessionContext()
DDelegatingExtendedSSLSession.java104 public SSLSessionContext getSessionContext() { in getSessionContext() method in DelegatingExtendedSSLSession
105 return delegate.getSessionContext(); in getSessionContext()
DSslSessionWrapper.java51 AbstractSessionContext context = (AbstractSessionContext) activeSession.getSessionContext(); in newInstance()
384 public SSLSessionContext getSessionContext() { in toSSLSession() method in SslSessionWrapper.Impl
DSSLNullSession.java131 public SSLSessionContext getSessionContext() { in getSessionContext() method in SSLNullSession
DConscryptEngine.java175 sslSession = new ActiveSession(ssl, sslParameters.getSessionContext()); in ConscryptEngine()
183 sslSession = new ActiveSession(ssl, sslParameters.getSessionContext()); in ConscryptEngine()
191 sslSession = new ActiveSession(ssl, sslParameters.getSessionContext()); in ConscryptEngine()
1726 return sslParameters.getSessionContext(); in sessionContext()
DActiveSession.java78 public SSLSessionContext getSessionContext() { in getSessionContext() method in ActiveSession
DSSLParametersImpl.java173 AbstractSessionContext getSessionContext() { in getSessionContext() method in SSLParametersImpl
DSslWrapper.java57 long ctx = parameters.getSessionContext().sslCtxNativePointer; in newInstance()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
DFakeSSLSession.java93 public SSLSessionContext getSessionContext() { in getSessionContext() method in FakeSSLSession
/external/conscrypt/testing/src/main/java/libcore/javax/net/ssl/
DFakeSSLSession.java104 public SSLSessionContext getSessionContext() { in getSessionContext() method in FakeSSLSession
/external/apache-http/android/src/android/net/http/
DDelegatingSSLSession.java123 public SSLSessionContext getSessionContext() { in getSessionContext() method in DelegatingSSLSession
/external/conscrypt/platform/src/test/java/org/conscrypt/
DTrustManagerImplTest.java218 public SSLSessionContext getSessionContext() { in getSessionContext() method in TrustManagerImplTest.MySSLSession
/external/apache-http/api/
Dapache-http-legacy-current.txt97 method public javax.net.ssl.SSLSessionContext getSessionContext();