NoSSLProvider

The default (null) SSLProvider implementation. Throws an assertion failure.

Members

Functions

createAdapter
SSLAdapter createAdapter(SSLContext context, IConnection next)
Undocumented in source. Be warned that the author may not have intended to support it.
createContext
SSLContext createContext(SSLContext.Kind kind)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SSLProvider

createContext
SSLContext createContext(SSLContext.Kind kind)

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

createAdapter
SSLAdapter createAdapter(SSLContext context, IConnection next)

Create a connection adapter using the given context.

Meta