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