Content encryption algorithm.
public enum ContentEncrAlg
Public Enumeration ContentEncrAlg
Member name | Description | |
---|---|---|
Default | Default = Triple DES CAUTION! | |
Tdea | Triple DES (TDEA, 3DES, des-ede3) | |
Aes128 | AES-128 | |
Aes192 | AES-192 | |
Aes256 | AES-256 | |
Aes_128_Gcm | AES-128-GCM authenticated encryption algorithm from RFC5116. | |
Aes_192_Gcm | AES-192-GCM authenticated encryption algorithm in the same manner as RFC5116. | |
Aes_256_Gcm | AES-256-GCM authenticated encryption algorithm from RFC5116. | |
ChaCha20_Poly1305 | AEAD_CHACHA20_POLY1305 authenticated encryption algorithm from RFC8439. |