PdfEncryptionAlgorithm

Inheritance: java.lang.Object, java.lang.Enum

public enum PdfEncryptionAlgorithm extends Enum<PdfEncryptionAlgorithm>

Encryption mode enumeration. Describes algorithm and key length.

Fields

FieldDescription
RC4_40Algorithm, with an RC4 encryption key length of 40 bits;
RC4_128Algorithm, with an RC4 encryption key length of 128 bits and advanced permission set;

Methods

MethodDescription
values()
valueOf(String name)

RC4_40

public static final PdfEncryptionAlgorithm RC4_40

Algorithm, with an RC4 encryption key length of 40 bits;

RC4_128

public static final PdfEncryptionAlgorithm RC4_128

Algorithm, with an RC4 encryption key length of 128 bits and advanced permission set;

values()

public static PdfEncryptionAlgorithm[] values()

Returns: com.aspose.tex.rendering.PdfEncryptionAlgorithm[]

valueOf(String name)

public static PdfEncryptionAlgorithm valueOf(String name)

Parameters:

ParameterTypeDescription
namejava.lang.String

Returns: PdfEncryptionAlgorithm