Class StandardDecrypter

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

public class StandardDecrypter extends Object implements Decrypter
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    StandardDecrypter(char[] password, long crc, long lastModifiedFileTime, byte[] headerBytes, boolean useUtf8ForPassword)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    decryptData(byte[] buff, int start, int len)
     
    private void
    init(byte[] headerBytes, char[] password, long lastModifiedFileTime, long crc, boolean useUtf8ForPassword)
     

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • StandardDecrypter

      public StandardDecrypter(char[] password, long crc, long lastModifiedFileTime, byte[] headerBytes, boolean useUtf8ForPassword) throws ZipException
      Throws:
      ZipException
  • Method Details