Provides an SSLContext that wraps the OpenSSL API.
Definition: OpenSSLContextSpi.h:38
virtual void providerInit(security::SecureRandom *random)
Perform the initialization of this Context.
virtual decaf::net::SocketFactory * providerGetSocketFactory()
Returns a SocketFactory instance that can be used to create new SSLSocket objects....
virtual decaf::net::ServerSocketFactory * providerGetServerSocketFactory()
Returns a ServerSocketFactory instance that can be used to create new SSLServerSocket objects....
Defines the interface that should be provided by an SSLContext provider.
Definition: SSLContextSpi.h:40