|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PdfEncryptionKeySize>
com.spire.pdf.security.PdfEncryptionKeySize
public enum PdfEncryptionKeySize
Specifies length of the encryption key for encryption.
Enum Constant Summary | |
---|---|
Crypt_Filter_128_Bit
|
|
Crypt_Filter_256_Bit
|
|
Key_128_Bit
The key is 128 bit long. |
|
Key_256_Bit
The key is 256 bit long. |
|
Key_40_Bit
The key is 40 bit long. |
Method Summary | |
---|---|
java.lang.String |
getName()
|
int |
getValue()
|
Enum Constant Detail |
---|
public static final PdfEncryptionKeySize Key_40_Bit
public static final PdfEncryptionKeySize Key_128_Bit
public static final PdfEncryptionKeySize Key_256_Bit
public static final PdfEncryptionKeySize Crypt_Filter_128_Bit
public static final PdfEncryptionKeySize Crypt_Filter_256_Bit
Method Detail |
---|
public java.lang.String getName()
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |