Uses of Class
com.sun.pdfview.decrypt.EncryptionUnsupportedByPlatformException
Packages that use EncryptionUnsupportedByPlatformException
-
Uses of EncryptionUnsupportedByPlatformException in com.sun.pdfview
Methods in com.sun.pdfview that throw EncryptionUnsupportedByPlatformExceptionModifier and TypeMethodDescriptionprivate void
PDFFile.readTrailer
(PDFPassword password) read the cross reference table from a PDF file. -
Uses of EncryptionUnsupportedByPlatformException in com.sun.pdfview.decrypt
Methods in com.sun.pdfview.decrypt that throw EncryptionUnsupportedByPlatformExceptionModifier and TypeMethodDescriptionprivate 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, Integer keyLength, boolean encryptMetadata, StandardDecrypter.EncryptionAlgorithm encryptionAlgorithm) Create a standard single-algorithm AES or RC4 decrypter.private void
StandardDecrypter.testJceAvailability
(int keyBitLength) Test that the platform (i.e., the JCE) can offer us all of the ciphers at the key length we need for content decryption.Constructors in com.sun.pdfview.decrypt that throw EncryptionUnsupportedByPlatformExceptionModifierConstructorDescriptionStandardDecrypter
(StandardDecrypter.EncryptionAlgorithm encryptionAlgorithm, PDFObject documentId, int keyBitLength, int revision, byte[] oValue, byte[] uValue, int pValue, boolean encryptMetadata, PDFPassword password) Class constructor