Class StandardDecryption

java.lang.Object
com.lowagie.text.pdf.StandardDecryption

public class StandardDecryption extends Object
  • Field Details

  • Constructor Details

    • StandardDecryption

      public StandardDecryption(byte[] key, int off, int len, int revision)
      Creates a new instance of StandardDecryption
  • Method Details

    • update

      public byte[] update(byte[] b, int off, int len)
    • finish

      public byte[] finish()