Uses of Enum Class
org.loboevolution.pdfview.decrypt.StandardDecrypter.EncryptionAlgorithm
-
Uses of StandardDecrypter.EncryptionAlgorithm in org.loboevolution.pdfview.decrypt
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.StandardDecrypter.EncryptionAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionStandardDecrypter
(StandardDecrypter.EncryptionAlgorithm encryptionAlgorithm, PDFObject documentId, int keyBitLength, int revision, byte[] oValue, byte[] uValue, int pValue, boolean encryptMetadata, PDFPassword password) Class constructor