|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<PdfEncryptionAlgorithm>
com.spire.pdf.PdfEncryptionAlgorithm
public enum PdfEncryptionAlgorithm
Specifies the type of encryption algorithm.
| Enum Constant Summary | |
|---|---|
AES_128
AES algorithm for 128-bit key. |
|
AES_256
AES algorithm for 256-bit key. |
|
RC4_128
RC4 algorithm for 128-bit key. |
|
RC4_40
RC4 algorithm for 40-bit key. |
|
| Enum Constant Detail |
|---|
public static final PdfEncryptionAlgorithm RC4_40
public static final PdfEncryptionAlgorithm RC4_128
public static final PdfEncryptionAlgorithm AES_128
public static final PdfEncryptionAlgorithm AES_256
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||