Package net.lingala.zip4j.crypto.engine
Class ZipCryptoEngine
java.lang.Object
net.lingala.zip4j.crypto.engine.ZipCryptoEngine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbytevoidinitKeys(char[] password, boolean useUtf8ForPassword) voidupdateKeys(byte charAt)
-
Constructor Details
-
ZipCryptoEngine
public ZipCryptoEngine()
-
-
Method Details
-
initKeys
public void initKeys(char[] password, boolean useUtf8ForPassword) -
updateKeys
public void updateKeys(byte charAt) -
decryptByte
public byte decryptByte()
-