/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/ |
D | SSLSessionTest.java | 258 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/ |
D | ConscryptFileDescriptorSocket.java | 113 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()
|
D | DelegatingExtendedSSLSession.java | 104 public SSLSessionContext getSessionContext() { in getSessionContext() method in DelegatingExtendedSSLSession 105 return delegate.getSessionContext(); in getSessionContext()
|
D | SslSessionWrapper.java | 51 AbstractSessionContext context = (AbstractSessionContext) activeSession.getSessionContext(); in newInstance() 384 public SSLSessionContext getSessionContext() { in toSSLSession() method in SslSessionWrapper.Impl
|
D | SSLNullSession.java | 131 public SSLSessionContext getSessionContext() { in getSessionContext() method in SSLNullSession
|
D | ConscryptEngine.java | 175 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()
|
D | ActiveSession.java | 78 public SSLSessionContext getSessionContext() { in getSessionContext() method in ActiveSession
|
D | SSLParametersImpl.java | 173 AbstractSessionContext getSessionContext() { in getSessionContext() method in SSLParametersImpl
|
D | SslWrapper.java | 57 long ctx = parameters.getSessionContext().sslCtxNativePointer; in newInstance()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/ |
D | FakeSSLSession.java | 93 public SSLSessionContext getSessionContext() { in getSessionContext() method in FakeSSLSession
|
/external/conscrypt/testing/src/main/java/libcore/javax/net/ssl/ |
D | FakeSSLSession.java | 104 public SSLSessionContext getSessionContext() { in getSessionContext() method in FakeSSLSession
|
/external/apache-http/android/src/android/net/http/ |
D | DelegatingSSLSession.java | 123 public SSLSessionContext getSessionContext() { in getSessionContext() method in DelegatingSSLSession
|
/external/conscrypt/platform/src/test/java/org/conscrypt/ |
D | TrustManagerImplTest.java | 218 public SSLSessionContext getSessionContext() { in getSessionContext() method in TrustManagerImplTest.MySSLSession
|
/external/apache-http/api/ |
D | apache-http-legacy-current.txt | 97 method public javax.net.ssl.SSLSessionContext getSessionContext();
|