Uses of Interface
com.sun.pdfview.decrypt.PDFPassword.PasswordByteGenerator
-
Packages that use PDFPassword.PasswordByteGenerator Package Description com.sun.pdfview.decrypt -
-
Uses of PDFPassword.PasswordByteGenerator in com.sun.pdfview.decrypt
Classes in com.sun.pdfview.decrypt that implement PDFPassword.PasswordByteGenerator Modifier and Type Class Description private static class
PDFPassword.CharsetEncoderGenerator
Converts strings to byte by employing aCharsetEncoder
and a configurable mechanism to replace or ignore characters that are unrepresentable according to the encoder.private static class
PDFPassword.IdentityEncodingByteGenerator
Generate byte[] representations based on a Unicode code point identity encoding; characters over 255 in value are considered unrepresentableprivate static class
PDFPassword.PDFDocEncodingByteGenerator
Generate byte[] representations based on the PDFDocEncodingFields in com.sun.pdfview.decrypt declared as PDFPassword.PasswordByteGenerator Modifier and Type Field Description private static PDFPassword.PasswordByteGenerator[]
PDFPassword. PASSWORD_BYTE_GENERATORS
An array of password byte generators that attempts to enumerate the possible strategies that an encrypting application might take to convert a string to an array of bytes
-