Home
last modified time | relevance | path

Searched defs:engineGetServerSessionContext (Results 1 – 4 of 4) sorted by relevance

/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.java44 public SSLSessionContext engineGetServerSessionContext() { in engineGetServerSessionContext() method in SSLContextSpiImpl
DMySSLContextSpi.java66 protected SSLSessionContext engineGetServerSessionContext() { in engineGetServerSessionContext() method in MySSLContextSpi
/libcore/ojluni/src/main/java/javax/net/ssl/
DSSLContextSpi.java129 protected abstract SSLSessionContext engineGetServerSessionContext(); in engineGetServerSessionContext() method in SSLContextSpi