Interface PDFPassword.PasswordByteGenerator

All Known Implementing Classes:
PDFPassword.CharsetEncoderGenerator, PDFPassword.IdentityEncodingByteGenerator, PDFPassword.PDFDocEncodingByteGenerator
Enclosing class:
PDFPassword

private static interface PDFPassword.PasswordByteGenerator
Converts a string password to a byte[] representation
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
     
  • Method Details

    • generateBytes

      byte[] generateBytes(String password)