Uses of Class
org.loboevolution.pdfview.decrypt.PDFPassword
-
Uses of PDFPassword in org.loboevolution.pdfview
ModifierConstructorDescriptionPDFFile
(ByteBuffer buf, PDFPassword password) get a PDFFile from a .pdf file. -
Uses of PDFPassword in org.loboevolution.pdfview.decrypt
Modifier and TypeFieldDescriptionstatic final PDFPassword
PDFPassword.EMPTY_PASSWORD
The empty passwordModifier and TypeMethodDescriptionstatic PDFPassword
PDFPassword.nonNullPassword
(PDFPassword password) Ensure a non-null PDFPassword by substituting the empty password for a null passwordModifier and TypeMethodDescriptionstatic PDFDecrypter
PDFDecrypterFactory.createDecryptor
(PDFObject encryptDict, PDFObject documentId, PDFPassword password) Create a decryptor for a given encryption dictionary.static PDFPassword
PDFPassword.nonNullPassword
(PDFPassword password) Ensure a non-null PDFPassword by substituting the empty password for a null passwordModifierConstructorDescriptionStandardDecrypter
(StandardDecrypter.EncryptionAlgorithm encryptionAlgorithm, PDFObject documentId, int keyBitLength, int revision, byte[] oValue, byte[] uValue, int pValue, boolean encryptMetadata, PDFPassword password) Class constructor