Searched defs:engineCreateSSLEngine (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/test/com/sun/net/ssl/SSLSecurity/
H A DJavaxSSLContextImpl.java38 protected SSLEngine engineCreateSSLEngine() { method in class:JavaxSSLContextImpl
42 protected SSLEngine engineCreateSSLEngine(String host, int port) { method in class:JavaxSSLContextImpl
/openjdk10/jdk/src/java.base/share/classes/javax/net/ssl/
H A DSSLContextSpi.java102 protected abstract SSLEngine engineCreateSSLEngine(); method in class:SSLContextSpi
124 protected abstract SSLEngine engineCreateSSLEngine(String host, int port); method in class:SSLContextSpi
/openjdk10/jdk/test/javax/net/ssl/sanity/pluggability/
H A DMySSLContextImpl.java59 protected SSLEngine engineCreateSSLEngine() { method in class:MySSLContextImpl
62 protected SSLEngine engineCreateSSLEngine(String host, int port) { method in class:MySSLContextImpl
/openjdk10/jdk/src/java.base/share/classes/sun/security/ssl/
H A DSSLContextImpl.java188 protected SSLEngine engineCreateSSLEngine() { method in class:SSLContextImpl
196 protected SSLEngine engineCreateSSLEngine(String host, int port) { method in class:SSLContextImpl

Completed in 173 milliseconds