SSLEngineImpl(SSLContextImpl context) |
SSLEngineImpl(SSLContextImpl context,
boolean isServer) |
SSLEngineImpl(SSLContextImpl context,
java.lang.String host,
int port) |
SSLServerSocketFactoryImpl(SSLContextImpl context)
Called from SSLContextImpl's getSSLServerSocketFactory().
|
SSLSocketFactoryImpl(SSLContextImpl context) |
SSLSocketImpl(SSLContextImpl context,
boolean isServer) |
SSLSocketImpl(SSLContextImpl context,
boolean isServer,
java.net.InetAddress address,
int port) |
SSLSocketImpl(SSLContextImpl context,
boolean isServer,
java.net.InetAddress address,
int port,
java.net.InetAddress clientAddress,
int clientPort) |
SSLSocketImpl(SSLContextImpl context,
boolean isServer,
java.net.Socket socket) |
SSLSocketImpl(SSLContextImpl context,
boolean isServer,
java.lang.String host,
int port) |
SSLSocketImpl(SSLContextImpl context,
boolean isServer,
java.lang.String host,
int port,
java.net.InetAddress clientAddress,
int clientPort) |