Uses of Class
com.sun.pdfview.decrypt.EncryptionUnsupportedByProductException
Packages that use EncryptionUnsupportedByProductException
-
Uses of EncryptionUnsupportedByProductException in com.sun.pdfview
Methods in com.sun.pdfview that throw EncryptionUnsupportedByProductExceptionModifier and TypeMethodDescriptionprivate voidPDFFile.readTrailer(PDFPassword password) read the cross reference table from a PDF file. -
Uses of EncryptionUnsupportedByProductException in com.sun.pdfview.decrypt
Methods in com.sun.pdfview.decrypt that throw EncryptionUnsupportedByProductExceptionModifier and TypeMethodDescriptionprivate byte[]StandardDecrypter.calculateUValue(byte[] generalKey, byte[] firstDocIdValue, int revision) Calculate what the U value should consist of given a particular key and document configuration.private byte[]StandardDecrypter.checkOwnerPassword(byte[] ownerPassword, byte[] firstDocIdValue, int keyBitLength, int revision, byte[] oValue, byte[] uValue, int pValue, boolean encryptMetadata) Check to see whether a given password is the owner password.private byte[]StandardDecrypter.checkUserPassword(byte[] userPassword, byte[] firstDocIdValue, int keyBitLength, int revision, byte[] oValue, byte[] uValue, int pValue, boolean encryptMetadata) Check to see whether a provided user password is correct with respect to an Encrypt dict configuration.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, Integer keyLength, boolean encryptMetadata, StandardDecrypter.EncryptionAlgorithm encryptionAlgorithm) Create a standard single-algorithm AES or RC4 decrypter.Constructors in com.sun.pdfview.decrypt that throw EncryptionUnsupportedByProductExceptionModifierConstructorDescriptionStandardDecrypter(StandardDecrypter.EncryptionAlgorithm encryptionAlgorithm, PDFObject documentId, int keyBitLength, int revision, byte[] oValue, byte[] uValue, int pValue, boolean encryptMetadata, PDFPassword password) Class constructor