Package com.aspose.tasks
Class PdfEncryptionAlgorithm
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.PdfEncryptionAlgorithm
-
public final class PdfEncryptionAlgorithm extends com.aspose.ms.System.Enum
Specifies the encryption algorithm to use for encrypting a PDF document.
-
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
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
-
-
-
-
Field Detail
-
RC4_40
public static final int RC4_40
Specifies the encryption algorithm to use for encrypting a PDF document.
- See Also:
- Constant Field Values
-
RC4_128
public static final int RC4_128
Specifies the encryption algorithm to use for encrypting a PDF document.
- See Also:
- Constant Field Values
-
-