net.lingala.zip4j.crypto.engine
Class AESEngine

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

public class AESEngine
extends Object

Core Engine for AES Encryption

Author:
Srikanth Reddy Lingala

Constructor Summary
AESEngine(byte[] key)
           
 
Method Summary
 void init(byte[] key)
           
 int processBlock(byte[] in, byte[] out)
           
 int processBlock(byte[] in, int inOff, byte[] out, int outOff)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AESEngine

public AESEngine(byte[] key)
          throws ZipException
Throws:
ZipException
Method Detail

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.