Uses of Package
org.openpdf.renderer.decrypt
Packages that use org.openpdf.renderer.decrypt
-
Classes in org.openpdf.renderer.decrypt used by org.openpdf.rendererClassDescriptionIdentifies 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.Identifies that the specified encryption mechanism is not supported by this product, that is, PDFRenderer, as opposed to a
limitation in the platform.Identifies that the supplied password was incorrect or non-existent and required.Deprecated.Identifies a PDF Password, expressible either as a string or a byte sequence. -
Classes in org.openpdf.renderer.decrypt used by org.openpdf.renderer.decryptClassDescriptionIdentifies 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.Identifies that the specified encryption mechanism is not supported by this product, that is, PDFRenderer, as opposed to a
limitation in the platform.Performs identity decryption; that is, inputs aren't encrypted and are returned right back.Identifies that the supplied password was incorrect or non-existent and required.Deprecated.Identifies a PDF Password, expressible either as a string or a byte sequence.Converts strings to byte by employing aCharsetEncoderand a configurable mechanism to replace or ignore characters that are unrepresentable according to the encoder.Converts a string password to a byte[] representationIdentifies that the specified encryption mechanism is not supported by this product or platform.