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....
friend class OpenSSLSocketFactory
Definition OpenSSLContextSpi.h:72
friend class OpenSSLSocket
Definition OpenSSLContextSpi.h:71
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