Uses of Enum Class
com.sun.pdfview.decrypt.StandardDecrypter.EncryptionAlgorithm
Packages that use StandardDecrypter.EncryptionAlgorithm
-
Uses of StandardDecrypter.EncryptionAlgorithm in com.sun.pdfview.decrypt
Fields in com.sun.pdfview.decrypt declared as StandardDecrypter.EncryptionAlgorithmModifier and TypeFieldDescriptionStandardDecrypter.encryptionAlgorithm
The encryption algorithm being employedMethods in com.sun.pdfview.decrypt that return StandardDecrypter.EncryptionAlgorithmModifier 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.Methods in com.sun.pdfview.decrypt with parameters of type StandardDecrypter.EncryptionAlgorithmModifier and TypeMethodDescriptionprivate static PDFDecrypter
PDFDecrypterFactory.createStandardDecrypter
(PDFObject encryptDict, PDFObject documentId, PDFPassword password, Integer keyLength, boolean encryptMetadata, StandardDecrypter.EncryptionAlgorithm encryptionAlgorithm) Create a standard single-algorithm AES or RC4 decrypter.Constructors in com.sun.pdfview.decrypt with parameters of type StandardDecrypter.EncryptionAlgorithmModifierConstructorDescriptionStandardDecrypter
(StandardDecrypter.EncryptionAlgorithm encryptionAlgorithm, PDFObject documentId, int keyBitLength, int revision, byte[] oValue, byte[] uValue, int pValue, boolean encryptMetadata, PDFPassword password) Class constructor