Class AESDecrypter

java.lang.Object
net.lingala.zip4j.crypto.AESDecrypter
All Implemented Interfaces:
Decrypter

public class AESDecrypter extends Object implements Decrypter
AES Decrypter supports AE-1 and AE-2 decryption for AES-CTR with 128, 192, or 256 Key Strength
  • Constructor Details

  • Method Details

    • decryptData

      public int decryptData(byte[] buff, int start, int len) throws ZipException
      Specified by:
      decryptData in interface Decrypter
      Throws:
      ZipException
    • getCalculatedAuthenticationBytes

      public byte[] getCalculatedAuthenticationBytes(int numberOfBytesPushedBack)