|
|||||||||
| 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
@Deprecated public enum PdfEncryptionKeySize
Specifies length of the encryption key for encryption.
| Enum Constant Summary | |
|---|---|
Crypt_Filter_128_Bit
Deprecated. |
|
Crypt_Filter_256_Bit
Deprecated. |
|
Key_128_Bit
Deprecated. The key is 128 bit long. |
|
Key_256_Bit
Deprecated. The key is 256 bit long. |
|
Key_40_Bit
Deprecated. The key is 40 bit long. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Deprecated. |
int |
getValue()
Deprecated. |
| 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 | ||||||||