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 classConverts strings to byte by employing aCharsetEncoderand a configurable mechanism to replace or ignore characters that are unrepresentable according to the encoder.private static classGenerate byte[] representations based on a Unicode code point identity encoding; characters over 255 in value are considered unrepresentableprivate static classGenerate byte[] representations based on the PDFDocEncodingFields in com.sun.pdfview.decrypt declared as PDFPassword.PasswordByteGeneratorModifier and TypeFieldDescriptionprivate static final PDFPassword.PasswordByteGenerator[]PDFPassword.PASSWORD_BYTE_GENERATORSAn 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