Searched refs:engineGetServerSessionContext (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/SSLSecurity/
H A DJavaxSSLContextImpl.java54 protected SSLSessionContext engineGetServerSessionContext() { method in class:JavaxSSLContextImpl
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLContextSpi.java130 protected abstract SSLSessionContext engineGetServerSessionContext(); method in class:SSLContextSpi
H A DSSLContext.java387 return contextSpi.engineGetServerSessionContext();
/openjdk7/jdk/test/sun/security/ssl/sanity/pluggability/
H A DMySSLContextImpl.java50 protected SSLSessionContext engineGetServerSessionContext() { method in class:MySSLContextImpl
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DServerHandshaker.java459 .engineGetServerSessionContext())
1501 ((SSLSessionContextImpl)sslContext.engineGetServerSessionContext())
H A DSSLContextImpl.java215 protected SSLSessionContext engineGetServerSessionContext() { method in class:SSLContextImpl

Completed in 29 milliseconds