net.lingala.zip4j.crypto.engine
Class ZipCryptoEngine

java.lang.Object
  extended by net.lingala.zip4j.crypto.engine.ZipCryptoEngine

public class ZipCryptoEngine
extends Object


Constructor Summary
ZipCryptoEngine()
           
 
Method Summary
 byte decryptByte()
           
 void initKeys(char[] password)
           
 void updateKeys(byte charAt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipCryptoEngine

public ZipCryptoEngine()
Method Detail

initKeys

public void initKeys(char[] password)

updateKeys

public void updateKeys(byte charAt)

decryptByte

public byte decryptByte()


Copyright © 2012. All Rights Reserved.