Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About
Frames
|
No Frames
Uses of Class gnu.javax.net.ssl.provider.SSLContextImpl
Uses in package gnu.javax.net.ssl.provider
Constructors with parameter type gnu.javax.net.ssl.provider.SSLContextImpl
SSLServerSocketFactoryImpl
.
SSLServerSocketFactoryImpl
(
SSLContextImpl
contextImpl)
SSLServerSocketImpl
.
SSLServerSocketImpl
(
SSLContextImpl
contextImpl)
SSLSocketFactoryImpl
.
SSLSocketFactoryImpl
(
SSLContextImpl
contextImpl)
SSLSocketImpl
.
SSLSocketImpl
(
SSLContextImpl
contextImpl,
String
host, int port)
SSLSocketImpl
.
SSLSocketImpl
(
SSLContextImpl
contextImpl,
String
host, int port,
Socket
underlyingSocket, boolean autoClose)
Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About