Uses of Class
org.openpdf.renderer.decrypt.EncryptionUnsupportedByPlatformException
Packages that use EncryptionUnsupportedByPlatformException
-
Uses of EncryptionUnsupportedByPlatformException in org.openpdf.renderer
Methods in org.openpdf.renderer that throw EncryptionUnsupportedByPlatformExceptionModifier and TypeMethodDescriptionprivate voidPDFFile.readTrailer(PDFPassword password) read the cross reference table from a PDF file.private voidPDFFile.readTrailer15(PDFPassword password) read the cross reference table from a PDF file. -
Uses of EncryptionUnsupportedByPlatformException in org.openpdf.renderer.decrypt
Methods in org.openpdf.renderer.decrypt that throw EncryptionUnsupportedByPlatformExceptionModifier and TypeMethodDescriptionstatic PDFDecrypterPDFDecrypterFactory.createDecryptor(PDFObject encryptDict, PDFObject documentId, PDFPassword password) Deprecated.Create a decryptor for a given encryption dictionary.