- create
SecureSession create(Connection session, bool clientMode, SecureSessionHandshakeListener secureSessionHandshakeListener)
Undocumented in source. Be warned that the author may not have intended to support it.
- create
SecureSession create(Connection session, bool clientMode, SecureSessionHandshakeListener secureSessionHandshakeListener, KeyCertOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
- from
SSLContextFactory from(bool clientMode)
Undocumented in source. Be warned that the author may not have intended to support it.
- getClientSSLContextFactory
SSLContextFactory getClientSSLContextFactory()
Undocumented in source. Be warned that the author may not have intended to support it.
- getServerSSLContextFactory
SSLContextFactory getServerSSLContextFactory()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSupportedProtocols
string[] getSupportedProtocols()
Undocumented in source. Be warned that the author may not have intended to support it.
- setClientSSLContextFactory
void setClientSSLContextFactory(SSLContextFactory clientSSLContextFactory)
Undocumented in source. Be warned that the author may not have intended to support it.
- setServerSSLContextFactory
void setServerSSLContextFactory(SSLContextFactory serverSSLContextFactory)
Undocumented in source. Be warned that the author may not have intended to support it.
- setSupportedProtocols
void setSupportedProtocols(string[] supportedProtocols)
Undocumented in source. Be warned that the author may not have intended to support it.