hunt-net ~master (2022-02-18T10:07:33Z)
Home
Dub
Repo
SSLContextFactory
hunt
net
secure
SSLContextFactory
Undocumented in source.
version(WITH_HUNT_SECURITY)
interface
SSLContextFactory {
void
initializeSslContext
();
Pair
!(
SSLEngine
,
ProtocolSelector
)
createSSLEngine
(bool clientMode);
Pair
!(
SSLEngine
,
ProtocolSelector
)
createSSLEngine
(bool clientMode, string peerHost, int peerPort);
string
[]
getSupportedProtocols
();
void
setSupportedProtocols
(string[] supportedProtocols);
}
Members
Functions
createSSLEngine
Pair
!(
SSLEngine
,
ProtocolSelector
)
createSSLEngine
(bool clientMode, string peerHost, int peerPort)
Undocumented in source.
createSSLEngine
Pair
!(
SSLEngine
,
ProtocolSelector
)
createSSLEngine
(bool clientMode)
Undocumented in source.
getSupportedProtocols
string
[]
getSupportedProtocols
()
Undocumented in source.
initializeSslContext
void
initializeSslContext
()
Undocumented in source.
setSupportedProtocols
void
setSupportedProtocols
(string[] supportedProtocols)
Undocumented in source.
Meta
Source
See Implementation
hunt
net
secure
SSLContextFactory
interfaces
SSLContextFactory