Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/javax/net/ssl/
DSSLContextSpi.java129 protected abstract SSLSessionContext engineGetServerSessionContext(); in engineGetServerSessionContext() method in SSLContextSpi
DSSLContext.java430 return contextSpi.engineGetServerSessionContext(); in getServerSessionContext()
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DFakeSSLContextSpi.java58 protected SSLSessionContext engineGetServerSessionContext() { in engineGetServerSessionContext() method in FakeSSLContextSpi
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
DSSLContextSpiImpl.java61 public SSLSessionContext engineGetServerSessionContext() { in engineGetServerSessionContext() method in SSLContextSpiImpl
DMySSLContextSpi.java66 protected SSLSessionContext engineGetServerSessionContext() { in engineGetServerSessionContext() method in MySSLContextSpi
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLContextSpiTest.java131 SSLSessionContext slsc = ssl.engineGetServerSessionContext(); in commonTest_01()
202 assertNull("Subtest_04: Object not NULL", ssl.engineGetServerSessionContext()); in commonTest_02()
/libcore/api/
Dcurrent.txt19498 method protected abstract javax.net.ssl.SSLSessionContext engineGetServerSessionContext();