Package net.lingala.zip4j.crypto.engine
Class ZipCryptoEngine
- java.lang.Object
-
- net.lingala.zip4j.crypto.engine.ZipCryptoEngine
-
public class ZipCryptoEngine extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ZipCryptoEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private int
crc32(int oldCrc, byte charAt)
byte
decryptByte()
void
initKeys(char[] password, boolean useUtf8ForPassword)
void
updateKeys(byte charAt)
-