Uses of Class
com.sun.pdfview.decrypt.PDFAuthenticationFailureException
-
Packages that use PDFAuthenticationFailureException Package Description com.sun.pdfview com.sun.pdfview.decrypt -
-
Uses of PDFAuthenticationFailureException in com.sun.pdfview
Methods in com.sun.pdfview that throw PDFAuthenticationFailureException Modifier and Type Method Description private voidPDFFile. readTrailer(PDFPassword password)read the cross reference table from a PDF file. -
Uses of PDFAuthenticationFailureException in com.sun.pdfview.decrypt
Methods in com.sun.pdfview.decrypt that throw PDFAuthenticationFailureException Modifier and Type Method Description private static PDFDecrypterPDFDecrypterFactory. createCryptFilterDecrypter(PDFObject encryptDict, PDFObject documentId, PDFPassword password, int v)Create a decrypter working from a crypt filter dictionary, as in version 4 encryptionstatic PDFDecrypterPDFDecrypterFactory. createDecryptor(PDFObject encryptDict, PDFObject documentId, PDFPassword password)Create a decryptor for a given encryption dictionary.private static PDFDecrypterPDFDecrypterFactory. 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.
-