Home
last modified time | relevance | path

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

/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
DSSLSessionTest.java321 assertNull(s.invalid.getSessionContext()); in test_SSLSession_getSessionContext()
322 assertNotNull(s.server.getSessionContext()); in test_SSLSession_getSessionContext()
323 assertNotNull(s.client.getSessionContext()); in test_SSLSession_getSessionContext()
324 assertEquals(s.s.c.serverContext.getServerSessionContext(), s.server.getSessionContext()); in test_SSLSession_getSessionContext()
325 assertEquals(s.s.c.clientContext.getClientSessionContext(), s.client.getSessionContext()); in test_SSLSession_getSessionContext()
326 assertNotSame(s.server.getSessionContext(), s.client.getSessionContext()); in test_SSLSession_getSessionContext()
358 assertNull(s.invalid.getSessionContext()); in test_SSLSession_invalidate()
363 assertNull(s.server.getSessionContext()); in test_SSLSession_invalidate()
368 assertNull(s.client.getSessionContext()); in test_SSLSession_invalidate()
/external/conscrypt/common/src/main/java/org/conscrypt/
DConscryptFileDescriptorSocket.java124 activeSession = new ActiveSession(ssl, sslParameters.getSessionContext()); in ConscryptFileDescriptorSocket()
132 activeSession = new ActiveSession(ssl, sslParameters.getSessionContext()); in ConscryptFileDescriptorSocket()
140 activeSession = new ActiveSession(ssl, sslParameters.getSessionContext()); in ConscryptFileDescriptorSocket()
148 activeSession = new ActiveSession(ssl, sslParameters.getSessionContext()); in ConscryptFileDescriptorSocket()
156 activeSession = new ActiveSession(ssl, sslParameters.getSessionContext()); in ConscryptFileDescriptorSocket()
164 activeSession = new ActiveSession(ssl, sslParameters.getSessionContext()); in ConscryptFileDescriptorSocket()
1143 return sslParameters.getSessionContext();
DJava7ExtendedSSLSession.java86 public final SSLSessionContext getSessionContext() { in getSessionContext() method in Java7ExtendedSSLSession
87 return getDelegate().getSessionContext(); in getSessionContext()
DSessionSnapshot.java45 sessionContext = session.getSessionContext(); in SessionSnapshot()
83 public SSLSessionContext getSessionContext() { in getSessionContext() method in SessionSnapshot
DExternalSession.java84 public SSLSessionContext getSessionContext() { in getSessionContext() method in ExternalSession
85 return getDelegate().getSessionContext(); in getSessionContext()
DSSLNullSession.java149 public SSLSessionContext getSessionContext() { in getSessionContext() method in SSLNullSession
DNativeSslSession.java55 AbstractSessionContext context = (AbstractSessionContext) session.getSessionContext(); in newInstance()
386 public SSLSessionContext getSessionContext() { in toSSLSession() method in NativeSslSession.Impl
DConscryptEngine.java186 activeSession = new ActiveSession(ssl, sslParameters.getSessionContext()); in ConscryptEngine()
194 activeSession = new ActiveSession(ssl, sslParameters.getSessionContext()); in ConscryptEngine()
202 activeSession = new ActiveSession(ssl, sslParameters.getSessionContext()); in ConscryptEngine()
1786 return sslParameters.getSessionContext();
DActiveSession.java74 public SSLSessionContext getSessionContext() { in getSessionContext() method in ActiveSession
DSSLParametersImpl.java168 AbstractSessionContext getSessionContext() { in getSessionContext() method in SSLParametersImpl
DNativeSsl.java77 AbstractSessionContext ctx = parameters.getSessionContext(); 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/org/conscrypt/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.txt90 method public javax.net.ssl.SSLSessionContext getSessionContext();