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 classPDFPassword.CharsetEncoderGeneratorConverts strings to byte by employing aCharsetEncoderand a configurable mechanism to replace or ignore characters that are unrepresentable according to the encoder.private static classPDFPassword.IdentityEncodingByteGeneratorGenerate byte[] representations based on a Unicode code point identity encoding; characters over 255 in value are considered unrepresentableprivate static classPDFPassword.PDFDocEncodingByteGeneratorGenerate 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_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
-