Package org.openpdf.renderer.decrypt
Class PDFPassword.IdentityEncodingByteGenerator
java.lang.Object
org.openpdf.renderer.decrypt.PDFPassword.CharsetEncoderGenerator
org.openpdf.renderer.decrypt.PDFPassword.IdentityEncodingByteGenerator
- All Implemented Interfaces:
PDFPassword.PasswordByteGenerator
- Enclosing class:
- PDFPassword
private static class PDFPassword.IdentityEncodingByteGenerator
extends PDFPassword.CharsetEncoderGenerator
Generate byte[] representations based on a Unicode code point identity
encoding; characters over 255 in value are considered unrepresentable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openpdf.renderer.decrypt.PDFPassword.CharsetEncoderGenerator
generateBytes
-
Constructor Details
-
IdentityEncodingByteGenerator
-
-
Method Details
-
createCharsetEncoder
- Specified by:
createCharsetEncoderin classPDFPassword.CharsetEncoderGenerator
-