Searched refs:engineGetClientSessionContext (Results 1 – 5 of 5) 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
120 SSLSessionContext slsc = ssl.engineGetClientSessionContext(); in commonTest_01()201 assertNull("Subtest_03: Object not NULL", ssl.engineGetClientSessionContext()); in commonTest_02()