Package com.sun.pdfview.decrypt
Interface PDFPassword.PasswordByteGenerator
-
- All Known Implementing Classes:
PDFPassword.CharsetEncoderGenerator,PDFPassword.IdentityEncodingByteGenerator,PDFPassword.PDFDocEncodingByteGenerator
- Enclosing class:
- PDFPassword
private static interface PDFPassword.PasswordByteGeneratorConverts a string password to a byte[] representation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]generateBytes(java.lang.String password)
-