Searched refs:engineGetServerSessionContext (Results 1 – 7 of 7) sorted by relevance
129 protected abstract SSLSessionContext engineGetServerSessionContext(); in engineGetServerSessionContext() method in SSLContextSpi
430 return contextSpi.engineGetServerSessionContext(); in getServerSessionContext()
58 protected SSLSessionContext engineGetServerSessionContext() { in engineGetServerSessionContext() method in FakeSSLContextSpi
61 public SSLSessionContext engineGetServerSessionContext() { in engineGetServerSessionContext() method in SSLContextSpiImpl
66 protected SSLSessionContext engineGetServerSessionContext() { in engineGetServerSessionContext() method in MySSLContextSpi
131 SSLSessionContext slsc = ssl.engineGetServerSessionContext(); in commonTest_01()202 assertNull("Subtest_04: Object not NULL", ssl.engineGetServerSessionContext()); in commonTest_02()
19498 method protected abstract javax.net.ssl.SSLSessionContext engineGetServerSessionContext();