Uses of Interface
com.sun.pdfview.decrypt.PDFPassword.PasswordByteGenerator
Packages that use PDFPassword.PasswordByteGenerator
-
Uses of PDFPassword.PasswordByteGenerator in com.sun.pdfview.decrypt
Classes in com.sun.pdfview.decrypt that implement PDFPassword.PasswordByteGeneratorModifier and TypeClassDescriptionprivate static class
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
Generate byte[] representations based on a Unicode code point identity encoding; characters over 255 in value are considered unrepresentableprivate static class
Generate byte[] representations based on the PDFDocEncodingFields in com.sun.pdfview.decrypt declared as PDFPassword.PasswordByteGeneratorModifier and TypeFieldDescriptionprivate static final 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