Aspose::Pdf::CryptoAlgorithm enum
CryptoAlgorithm enum
Represent type of cryptographic algorithm that used in encryption/decryption routines.
enum class CryptoAlgorithm
Values
Name | Value | Description |
---|---|---|
RC4x40 | 0 | RC4 with key length 40. |
RC4x128 | 1 | RC4 with key length 128. |
AESx128 | 2 | AES with key length 128. |
AESx256 | 3 | AES with key length 256. |
See Also
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++