@Deprecated public final class PdfCryptoAlgorithm extends com.aspose.ms.System.Enum
Represent type of cryptographic algorithm that used in encryption routine.
Modifier and Type | Field and Description |
---|---|
static int |
AESx128
Deprecated.
AES with key length 128.
|
static int |
AESx256
Deprecated.
AES with key length 256.
|
static int |
RC4x128
Deprecated.
RC4 with key length 128.
|
static int |
RC4x40
Deprecated.
RC4 with key length 40.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int RC4x40
RC4 with key length 40.
public static final int RC4x128
RC4 with key length 128.
public static final int AESx128
AES with key length 128.
public static final int AESx256
AES with key length 256.