Class StandardDecryption

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

@Deprecated public class StandardDecryption extends Object
Deprecated.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private boolean
    Deprecated.
     
    private static final int
    Deprecated.
     
    private static final int
    Deprecated.
     
    Deprecated.
     
    protected AESCipher
    Deprecated.
     
    private boolean
    Deprecated.
     
    private byte[]
    Deprecated.
     
    private int
    Deprecated.
     
    private byte[]
    Deprecated.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    StandardDecryption(byte[] key, int off, int len, int revision)
    Deprecated.
    Creates a new instance of StandardDecryption
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Deprecated.
     
    byte[]
    update(byte[] b, int off, int len)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • AES_128

      private static final int AES_128
      Deprecated.
      See Also:
    • AES_256_V3

      private static final int AES_256_V3
      Deprecated.
      See Also:
    • arcfour

      protected ARCFOUREncryption arcfour
      Deprecated.
    • cipher

      protected AESCipher cipher
      Deprecated.
    • key

      private byte[] key
      Deprecated.
    • aes

      private boolean aes
      Deprecated.
    • initiated

      private boolean initiated
      Deprecated.
    • iv

      private byte[] iv
      Deprecated.
    • ivptr

      private int ivptr
      Deprecated.
  • Constructor Details

    • StandardDecryption

      public StandardDecryption(byte[] key, int off, int len, int revision)
      Deprecated.
      Creates a new instance of StandardDecryption
      Parameters:
      key - a byte array containing the key
      off - the begining of the key in the array
      len - the length
      revision - the aes revision
  • Method Details

    • update

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

      public byte[] finish()
      Deprecated.