static SSLContext * getDefault()
Gets the Default SSLContext.
SSLParameters * getDefaultSSLParameters()
static void setDefault(SSLContext *context)
Sets the default SSLContext to be returned from future calls to getDefault.
ServerSocketFactory * getServerSocketFactory()
Returns an ServerSocketFactory instance for use with this Context, the ServerSocketFactory is owned b...
SSLContext(SSLContextSpi *contextImpl)
SSLParameters * getSupportedSSLParameters()
SocketFactory * getSocketFactory()
Returns an SocketFactory instance for use with this Context, the SocketFactory is owned by the Contex...
Defines the interface that should be provided by an SSLContext provider.
Definition SSLContextSpi.h:40