public enum PdfEncryption extends Enum<PdfEncryption> implements MinRequiredVersion, FriendlyNamed
| Enum Constant and Description |
|---|
AES_ENC_128 |
STANDARD_ENC_128 |
STANDARD_ENC_40 |
| Modifier and Type | Method and Description |
|---|---|
String |
getFriendlyName() |
PdfVersion |
getMinVersion() |
static PdfEncryption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfEncryption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfEncryption STANDARD_ENC_40
public static final PdfEncryption STANDARD_ENC_128
public static final PdfEncryption AES_ENC_128
public static PdfEncryption[] values()
for (PdfEncryption c : PdfEncryption.values()) System.out.println(c);
public static PdfEncryption valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic PdfVersion getMinVersion()
getMinVersion in interface MinRequiredVersionpublic String getFriendlyName()
getFriendlyName in interface FriendlyNamedCopyright © 2015. All Rights Reserved.