public final class PdfEncryptionAlgorithm
extends com.aspose.ms.System.Enum
Encryption mode enum. Describe using algorithm and key length. This enum is extended in order to be able to further increase functionality. This enum implements "Base-to-Core" pattern.
Modifier and Type | Field and Description |
---|---|
static int |
RC4_128
Algorithm, with an RC4 encryption key length of 128 bits and advanced permission set;
|
static int |
RC4_40
Algorithm, with an RC4 encryption key length of 40 bits;
|
public static final int RC4_40
Algorithm, with an RC4 encryption key length of 40 bits;
public static final int RC4_128
Algorithm, with an RC4 encryption key length of 128 bits and advanced permission set;