FileCredentialConscryptSSLContextFactory

Constructors

this
this(KeyCertOptions options)
Undocumented in source.

Members

Aliases

getSSLContext
alias getSSLContext = AbstractConscryptSSLContextFactory.getSSLContext
Undocumented in source.

Functions

getSSLContext
SSLContext getSSLContext()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From AbstractConscryptSSLContextFactory

getSSLContextWithManager
SSLContext getSSLContextWithManager()
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.
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.
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.
getSupportedProtocols
string[] getSupportedProtocols()
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.

Meta