Overview
CryptoAlgorithm is a enum in Aspose.PDF FOSS for Java.
Enumerates the cryptographic algorithms available for PDF encryption
(ISO 32000-1:2008, Section 7.6).
This enumeration defines 4 values: RC4x40, RC4x128, AESx128, AESx256.
Values
| Value | Description |
|---|
RC4x40 | |
RC4x128 | |
AESx128 | |
AESx256 | |
See Also