Uses of Class
org.loboevolution.pdfview.decrypt.EncryptionUnsupportedByProductException
Packages that use EncryptionUnsupportedByProductException
-
Uses of EncryptionUnsupportedByProductException in org.loboevolution.pdfview.decrypt
Methods in org.loboevolution.pdfview.decrypt that throw EncryptionUnsupportedByProductExceptionModifier and TypeMethodDescriptionstatic PDFDecrypter
PDFDecrypterFactory.createDecryptor
(PDFObject encryptDict, PDFObject documentId, PDFPassword password) Create a decryptor for a given encryption dictionary.Constructors in org.loboevolution.pdfview.decrypt that throw EncryptionUnsupportedByProductExceptionModifierConstructorDescriptionStandardDecrypter
(StandardDecrypter.EncryptionAlgorithm encryptionAlgorithm, PDFObject documentId, int keyBitLength, int revision, byte[] oValue, byte[] uValue, int pValue, boolean encryptMetadata, PDFPassword password) Class constructor