pdfencryptionkeysize-ag凯发旗舰厅
com.spire.pdf.security
enum pdfencryptionkeysize
java.lang.object
java.lang.enum<pdfencryptionkeysize>
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.
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
getname
public java.lang.string getname()
getvalue
public int getvalue()