com.spire.pdf.security
Enum PdfEncryptionKeySize

java.lang.Object
  extended by java.lang.Enum<PdfEncryptionKeySize>
      extended by com.spire.pdf.security.PdfEncryptionKeySize
All Implemented Interfaces:
java.lang.Comparable<PdfEncryptionKeySize>

public enum PdfEncryptionKeySize
extends java.lang.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

Key_40_Bit

public static final PdfEncryptionKeySize Key_40_Bit
The key is 40 bit long.


Key_128_Bit

public static final PdfEncryptionKeySize Key_128_Bit
The key is 128 bit long.


Key_256_Bit

public static final PdfEncryptionKeySize Key_256_Bit
The key is 256 bit long.


Crypt_Filter_128_Bit

public static final PdfEncryptionKeySize Crypt_Filter_128_Bit

Crypt_Filter_256_Bit

public static final PdfEncryptionKeySize Crypt_Filter_256_Bit
Method Detail

getName

public java.lang.String getName()

getValue

public int getValue()