public enum StiPdfEncryptionKeyLength extends java.lang.Enum<StiPdfEncryptionKeyLength>
| Modifier and Type | Method and Description |
|---|---|
static StiPdfEncryptionKeyLength |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiPdfEncryptionKeyLength[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiPdfEncryptionKeyLength Bit40
public static final StiPdfEncryptionKeyLength Bit128
public static final StiPdfEncryptionKeyLength Bit256_r5
public static final StiPdfEncryptionKeyLength Bit256_r6
public static StiPdfEncryptionKeyLength[] values()
for (StiPdfEncryptionKeyLength c : StiPdfEncryptionKeyLength.values()) System.out.println(c);
public static StiPdfEncryptionKeyLength valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2019 Stimulsoft. All Rights Reserved.