net.lingala.zip4j.crypto.engine
Class AESEngine
java.lang.Object
net.lingala.zip4j.crypto.engine.AESEngine
public class AESEngine
- extends Object
Core Engine for AES Encryption
- Author:
- Srikanth Reddy Lingala
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AESEngine
public AESEngine(byte[] key)
throws ZipException
- Throws:
ZipException
init
public void init(byte[] key)
throws ZipException
- Throws:
ZipException
processBlock
public int processBlock(byte[] in,
byte[] out)
throws ZipException
- Throws:
ZipException
processBlock
public int processBlock(byte[] in,
int inOff,
byte[] out,
int outOff)
throws ZipException
- Throws:
ZipException
Copyright © 2012. All Rights Reserved.