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