PdfCryptoAlgorithm
Leave feedback
On this page
Inheritance: java.lang.Object
public final class PdfCryptoAlgorithm
Represent type of cryptographic algorithm that used in encryption routine.
| Field | Description |
|---|---|
| RC4x40 | RC4 with key length 40. |
| RC4x128 | RC4 with key length 128. |
| AESx128 | AES with key length 128. |
| AESx256 | AES with key length 256. |
public static final int RC4x40
RC4 with key length 40.
public static final int RC4x128
RC4 with key length 128.
public static final int AESx128
AES with key length 128.
public static final int AESx256
AES with key length 256.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.