Uses of Class
com.sun.pdfview.decrypt.UnsupportedEncryptionException
-
Packages that use UnsupportedEncryptionException Package Description com.sun.pdfview.decrypt -
-
Uses of UnsupportedEncryptionException in com.sun.pdfview.decrypt
Subclasses of UnsupportedEncryptionException in com.sun.pdfview.decrypt Modifier and Type Class Description class
EncryptionUnsupportedByPlatformException
Identifies that the specified encryption mechanism, though supported by the product, is not supported by the platform that it is running on; i.e., that either the JCE does not support a required cipher or that its policy is such that a key of a given length can not be used.class
EncryptionUnsupportedByProductException
Identifies that the specified encryption mechanism is not supported by this product, that is, PDFRenderer, as opposed to alimitation in the platform
.
-