Enumerations | |
enum | SslProtocols { SslProtocols::None = 0, SslProtocols::Ssl2 = 12, SslProtocols::Ssl3 = 48, SslProtocols::Tls = 192, SslProtocols::Default = 240, SslProtocols::Tls11 = 768, SslProtocols::Tls12 = 3072 } |
Enumerates the cryptographic protocols. More... | |
enum | CipherAlgorithmType { CipherAlgorithmType::None = 0, CipherAlgorithmType::Null = 24576, CipherAlgorithmType::Des = 26113, CipherAlgorithmType::Rc2 = 26114, CipherAlgorithmType::TripleDes = 26115, CipherAlgorithmType::Aes128 = 26126, CipherAlgorithmType::Aes192 = 26127, CipherAlgorithmType::Aes256 = 26128, CipherAlgorithmType::Aes = 26129, CipherAlgorithmType::Rc4 = 26625 } |
Enumerates the cipher algorithms. More... | |
enum | HashAlgorithmType { HashAlgorithmType::None = 0, HashAlgorithmType::Md5 = 32771, HashAlgorithmType::Sha1 = 32772 } |
Enumerates the hash algorithms. More... | |
Enumerates the cipher algorithms.
|
strong |
Enumerates the cryptographic protocols.