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

/openjdk9/jdk/src/java.base/share/classes/sun/security/ssl/
H A DSSLContextImpl.java184 abstract SSLEngine createSSLEngineImpl(); method in class:SSLContextImpl
185 abstract SSLEngine createSSLEngineImpl(String host, int port); method in class:SSLContextImpl
617 SSLEngine createSSLEngineImpl() { method in class:SSLContextImpl.AbstractTLSContext
622 SSLEngine createSSLEngineImpl(String host, int port) { method in class:SSLContextImpl.AbstractTLSContext
1178 SSLEngine createSSLEngineImpl() { method in class:SSLContextImpl.AbstractDTLSContext
1183 SSLEngine createSSLEngineImpl(String host, int port) { method in class:SSLContextImpl.AbstractDTLSContext

Completed in 20 milliseconds