Searched refs:engineGetClientSessionContext (Results 1 – 7 of 7) sorted by relevance
138 protected abstract SSLSessionContext engineGetClientSessionContext(); in engineGetClientSessionContext() method in SSLContextSpi
447 return contextSpi.engineGetClientSessionContext(); in getClientSessionContext()
63 protected SSLSessionContext engineGetClientSessionContext() { in engineGetClientSessionContext() method in FakeSSLContextSpi
51 public SSLSessionContext engineGetClientSessionContext() { in engineGetClientSessionContext() method in SSLContextSpiImpl
73 protected SSLSessionContext engineGetClientSessionContext() { in engineGetClientSessionContext() method in MySSLContextSpi
120 SSLSessionContext slsc = ssl.engineGetClientSessionContext(); in commonTest_01()201 assertNull("Subtest_03: Object not NULL", ssl.engineGetClientSessionContext()); in commonTest_02()
17869 method protected abstract javax.net.ssl.SSLSessionContext engineGetClientSessionContext();