Types of symmetric key.
- Enumerator:
-
NoEncryption |
No encryption is performed OR type will be set by private key decryption. |
Blowfish |
A Blowfish key between 64 and 448 bits which must be a multiple of 64. |
AES |
An AES key of 128, 192 or 256 bits. |
Encrypted |
A key encrypted by a FX::FXSSLPKey. |
Definition at line 224 of file QSSLDevice.h.