ConscryptSecureSessionFactory

Constructors

this
this()
Undocumented in source.

Members

Functions

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.

Inherited Members

From SecureSessionFactory

create
SecureSession create(Connection session, bool clientMode, SecureSessionHandshakeListener secureSessionHandshakeListener)
Undocumented in source.
create
SecureSession create(Connection session, bool clientMode, SecureSessionHandshakeListener secureSessionHandshakeListener, KeyCertOptions options)
Undocumented in source.
setSupportedProtocols
void setSupportedProtocols(string[] supportedProtocols)
Undocumented in source.
getSupportedProtocols
string[] getSupportedProtocols()
Undocumented in source.
getClientSSLContextFactory
SSLContextFactory getClientSSLContextFactory()
Undocumented in source.
setClientSSLContextFactory
void setClientSSLContextFactory(SSLContextFactory clientSSLContextFactory)
Undocumented in source.
getServerSSLContextFactory
SSLContextFactory getServerSSLContextFactory()
Undocumented in source.
setServerSSLContextFactory
void setServerSSLContextFactory(SSLContextFactory serverSSLContextFactory)
Undocumented in source.

Meta