Uses of Class
com.sun.pdfview.decrypt.PDFPassword
-
Packages that use PDFPassword Package Description com.sun.pdfview com.sun.pdfview.decrypt -
-
Uses of PDFPassword in com.sun.pdfview
Methods in com.sun.pdfview with parameters of type PDFPassword Modifier and Type Method Description private void
PDFFile. parseFile(PDFPassword password)
build the PDFFile reference table.private void
PDFFile. readTrailer(PDFPassword password)
read the cross reference table from a PDF file.Constructors in com.sun.pdfview with parameters of type PDFPassword Constructor Description PDFFile(java.nio.ByteBuffer buf, PDFPassword password)
get a PDFFile from a .pdf file. -
Uses of PDFPassword in com.sun.pdfview.decrypt
Fields in com.sun.pdfview.decrypt declared as PDFPassword Modifier and Type Field Description static PDFPassword
PDFPassword. EMPTY_PASSWORD
The empty passwordMethods in com.sun.pdfview.decrypt that return PDFPassword Modifier and Type Method Description static PDFPassword
PDFPassword. nonNullPassword(PDFPassword password)
Ensure a non-null PDFPassword by substituting the empty password for a null passwordMethods in com.sun.pdfview.decrypt with parameters of type PDFPassword Modifier and Type Method Description private static PDFDecrypter
PDFDecrypterFactory. createCryptFilterDecrypter(PDFObject encryptDict, PDFObject documentId, PDFPassword password, int v)
Create a decrypter working from a crypt filter dictionary, as in version 4 encryptionstatic PDFDecrypter
PDFDecrypterFactory. createDecryptor(PDFObject encryptDict, PDFObject documentId, PDFPassword password)
Create a decryptor for a given encryption dictionary.private static PDFDecrypter
PDFDecrypterFactory. createStandardDecrypter(PDFObject encryptDict, PDFObject documentId, PDFPassword password, java.lang.Integer keyLength, boolean encryptMetadata, StandardDecrypter.EncryptionAlgorithm encryptionAlgorithm)
Create a standard single-algorithm AES or RC4 decrypter.static PDFPassword
PDFPassword. nonNullPassword(PDFPassword password)
Ensure a non-null PDFPassword by substituting the empty password for a null passwordConstructors in com.sun.pdfview.decrypt with parameters of type PDFPassword Constructor Description StandardDecrypter(StandardDecrypter.EncryptionAlgorithm encryptionAlgorithm, PDFObject documentId, int keyBitLength, int revision, byte[] oValue, byte[] uValue, int pValue, boolean encryptMetadata, PDFPassword password)
Class constructor
-