pdfencryptionkeysize-ag凯发旗舰厅



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()


网站地图