Uses of Interface
org.loboevolution.pdfview.decrypt.PDFDecrypter
Packages that use PDFDecrypter
-
Uses of PDFDecrypter in org.loboevolution.pdfview
Methods in org.loboevolution.pdfview that return PDFDecrypterMethods in org.loboevolution.pdfview with parameters of type PDFDecrypterModifier and TypeMethodDescriptionPDFFile.dereference
(PDFXref ref, PDFDecrypter decrypter) Used internally to track down PDFObject references. -
Uses of PDFDecrypter in org.loboevolution.pdfview.decrypt
Classes in org.loboevolution.pdfview.decrypt that implement PDFDecrypterModifier and TypeClassDescriptionclass
Implements Version 4 standard decryption, whereby the Encrypt dictionary contains a list of named 'crypt filters', each of which is the equivalent of aPDFDecrypter
.class
Performs identity decryption; that is, inputs aren't encrypted and are returned right back.class
Standard simple decrypter for versions 1, 2 and 4 of the Standard password-based decryption mechanisms, as described in section 3.5 of the PDF Reference version 1.7.Methods in org.loboevolution.pdfview.decrypt that return PDFDecrypterModifier and TypeMethodDescriptionstatic PDFDecrypter
PDFDecrypterFactory.createDecryptor
(PDFObject encryptDict, PDFObject documentId, PDFPassword password) Create a decryptor for a given encryption dictionary.Constructor parameters in org.loboevolution.pdfview.decrypt with type arguments of type PDFDecrypterModifierConstructorDescriptionCryptFilterDecrypter
(Map<String, PDFDecrypter> decrypters, String defaultStreamCryptName, String defaultStringCryptName) Class constructor