AbstractConscryptSSLContextFactory

Members

Functions

createSSLEngine
Pair!(SSLEngine, ProtocolSelector) createSSLEngine(bool clientMode)
Undocumented in source. Be warned that the author may not have intended to support it.
createSSLEngine
Pair!(SSLEngine, ProtocolSelector) createSSLEngine(bool clientMode, string peerHost, int peerPort)
Undocumented in source. Be warned that the author may not have intended to support it.
getSSLContext
SSLContext getSSLContext(KeyCertOptions options, string sslProtocol)
Undocumented in source. Be warned that the author may not have intended to support it.
getSSLContext
SSLContext getSSLContext()
Undocumented in source. Be warned that the author may not have intended to support it.
getSSLContextWithManager
SSLContext getSSLContextWithManager()
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.
initializeSslContext
void initializeSslContext()
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 SSLContextFactory

initializeSslContext
void initializeSslContext()
Undocumented in source.
createSSLEngine
Pair!(SSLEngine, ProtocolSelector) createSSLEngine(bool clientMode)
Undocumented in source.
createSSLEngine
Pair!(SSLEngine, ProtocolSelector) createSSLEngine(bool clientMode, string peerHost, int peerPort)
Undocumented in source.
getSupportedProtocols
string[] getSupportedProtocols()
Undocumented in source.
setSupportedProtocols
void setSupportedProtocols(string[] supportedProtocols)
Undocumented in source.

Meta