Class PDFEncryption

java.lang.Object
org.xhtmlrenderer.pdf.PDFEncryption

public class PDFEncryption extends Object
  • Constructor Details

    • PDFEncryption

      public PDFEncryption(byte[] userPassword, byte[] ownerPassword)
    • PDFEncryption

      public PDFEncryption(byte[] userPassword, byte[] ownerPassword, int allowedPrivileges)
    • PDFEncryption

      public PDFEncryption(byte[] userPassword, byte[] ownerPassword, int allowedPrivileges, int encryptionType)
  • Method Details

    • getUserPassword

      public byte[] getUserPassword()
    • getOwnerPassword

      public byte[] getOwnerPassword()
    • getAllowedPrivileges

      public int getAllowedPrivileges()
    • getEncryptionType

      public int getEncryptionType()