Searched refs:engineGetServerSessionContext (Results 1 - 7 of 7) sorted by relevance

/libcore/crypto/src/main/java/org/conscrypt/
H A DSSLContextImpl.java69 serverSessionContext = DEFAULT_SSL_CONTEXT_IMPL.engineGetServerSessionContext();
133 public ServerSessionContext engineGetServerSessionContext() { method in class:SSLContextImpl
/libcore/luni/src/main/java/javax/net/ssl/
H A DSSLContextSpi.java97 protected abstract SSLSessionContext engineGetServerSessionContext(); method in class:SSLContextSpi
H A DSSLContext.java276 return spiImpl.engineGetServerSessionContext();
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DSSLContextSpiImpl.java44 public SSLSessionContext engineGetServerSessionContext() { method in class:SSLContextSpiImpl
H A DMySSLContextSpi.java66 protected SSLSessionContext engineGetServerSessionContext() { method in class:MySSLContextSpi
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DMySSLContextSpi.java68 protected SSLSessionContext engineGetServerSessionContext() { method in class:MySSLContextSpi
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
H A DSSLContextSpiTest.java99 * SSLContextSpi#engineGetServerSessionContext()
119 SSLSessionContext slsc = ssl.engineGetServerSessionContext();
190 * SSLContextSpi#engineGetServerSessionContext()
221 assertNull("Subtest_04: Object not NULL", ssl.engineGetServerSessionContext());

Completed in 39 milliseconds