Class StandardDecryptor

java.lang.Object
com.itextpdf.kernel.crypto.StandardDecryptor
All Implemented Interfaces:
IDecryptor

public class StandardDecryptor extends Object implements IDecryptor
  • Field Details

  • Constructor Details

    • StandardDecryptor

      public StandardDecryptor (byte[] key, int off, int len)
      Creates a new instance of StandardDecryption
      Parameters:
      key - data to be written
      off - the start offset in data
      len - number of bytes to write
  • Method Details

    • update

      public byte[] update (byte[] b, int off, int len)
      Specified by:
      update in interface IDecryptor
    • finish

      public byte[] finish()
      Specified by:
      finish in interface IDecryptor