public class AESEngine
extends java.lang.Object
构造器和说明 |
---|
AESEngine(byte[] key) |
限定符和类型 | 方法和说明 |
---|---|
void |
init(byte[] key) |
int |
processBlock(byte[] in,
byte[] out) |
int |
processBlock(byte[] in,
int inOff,
byte[] out,
int outOff) |
public AESEngine(byte[] key) throws ZipException
ZipException
public void init(byte[] key) throws ZipException
ZipException
public int processBlock(byte[] in, byte[] out) throws ZipException
ZipException
public int processBlock(byte[] in, int inOff, byte[] out, int outOff) throws ZipException
ZipException