Algorithm
Inheritance: java.lang.Object, java.lang.Enum
public enum Algorithm extends Enum<Algorithm>
Represents algorithms which can be used to encrypt pdf document.
Fields
Field | Description |
---|---|
RC4 | RC4 algorithm. |
AES | AES algorithm. |
Methods
Method | Description |
---|---|
values() | |
valueOf(String name) | |
getValue() |
RC4
public static final Algorithm RC4
RC4 algorithm.
AES
public static final Algorithm AES
AES algorithm.
values()
public static Algorithm[] values()
Returns: com.aspose.pdf.facades.Algorithm[]
valueOf(String name)
public static Algorithm valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: Algorithm
getValue()
public int getValue()
Returns: int