public final class KeySize
extends com.aspose.ms.System.Enum
Defines different key sizes which can be used to encrypt pdf documents.
Modifier and Type | Field and Description |
---|---|
static int |
x128
128 bit key.
|
static int |
x256
256 bit key.
|
static int |
x40
40 bit key.
|
public static final int x40
40 bit key. Such key size is used with RC4 algorithm and provides low level of security. Nevertheless old versions of pdf documents can be encrypted only with such keys (v. 1.3 and lower);
public static final int x128
128 bit key. Both RC4 and AES algorithms can use such key size.
public static final int x256
256 bit key. Such key size can be used only with AES and is recognized with the last Adobe Reader versions (starting from v.9).