SSLProvider

Abstract interface for an SSL context provider.

Members

Functions

createAdapter
SSLAdapter createAdapter(SSLContext context, IConnection next)

Create a connection adapter using the given context.

createContext
SSLContext createContext(SSLContext.Kind kind)

Create an SSL context of the given kind (client or server).

Meta