Uses of Class
org.loboevolution.pdfview.decrypt.PDFPassword
Packages that use PDFPassword
-
Uses of PDFPassword in org.loboevolution.pdfview
Constructors in org.loboevolution.pdfview with parameters of type PDFPasswordModifierConstructorDescriptionPDFFile(ByteBuffer buf, PDFPassword password) get a PDFFile from a .pdf file. -
Uses of PDFPassword in org.loboevolution.pdfview.decrypt
Fields in org.loboevolution.pdfview.decrypt declared as PDFPasswordModifier and TypeFieldDescriptionstatic final PDFPasswordPDFPassword.EMPTY_PASSWORDThe empty passwordMethods in org.loboevolution.pdfview.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.loboevolution.pdfview.decrypt with parameters of type PDFPasswordModifier and TypeMethodDescriptionstatic PDFDecrypterPDFDecrypterFactory.createDecryptor(PDFObject encryptDict, PDFObject documentId, PDFPassword password) 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 passwordConstructors in org.loboevolution.pdfview.decrypt with parameters of type PDFPasswordModifierConstructorDescriptionStandardDecrypter(StandardDecrypter.EncryptionAlgorithm encryptionAlgorithm, PDFObject documentId, int keyBitLength, int revision, byte[] oValue, byte[] uValue, int pValue, boolean encryptMetadata, PDFPassword password) Class constructor