Uses of Class
org.openpdf.renderer.decrypt.PDFPassword
Packages that use PDFPassword
-
Uses of PDFPassword in org.openpdf.renderer
Methods in org.openpdf.renderer with parameters of type PDFPasswordModifier and TypeMethodDescriptionprivate voidPDFFile.parseFile(PDFPassword password) build the PDFFile reference table.private 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.Constructors in org.openpdf.renderer with parameters of type PDFPasswordModifierConstructorDescriptionPDFFile(ByteBuffer buf, PDFPassword password) get a PDFFile from a .pdf file. -
Uses of PDFPassword in org.openpdf.renderer.decrypt
Fields in org.openpdf.renderer.decrypt declared as PDFPasswordModifier and TypeFieldDescriptionstatic final PDFPasswordPDFPassword.EMPTY_PASSWORDThe empty passwordMethods in org.openpdf.renderer.decrypt that return PDFPasswordModifier and TypeMethodDescriptionstatic PDFPasswordPDFPassword.nonNullPassword(PDFPassword password) Ensure a non-null PDFPassword by substituting the empty password for a null passwordMethods in org.openpdf.renderer.decrypt with parameters of type PDFPasswordModifier and TypeMethodDescriptionstatic PDFDecrypterPDFDecrypterFactory.createDecryptor(PDFObject encryptDict, PDFObject documentId, PDFPassword password) Deprecated.Create a decryptor for a given encryption dictionary.static PDFPasswordPDFPassword.nonNullPassword(PDFPassword password) Ensure a non-null PDFPassword by substituting the empty password for a null password