public class AESEngine extends Object
| Constructor and Description |
|---|
AESEngine(byte[] key) |
| Modifier and Type | Method and Description |
|---|---|
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
ZipExceptionpublic void init(byte[] key)
throws ZipException
ZipExceptionpublic int processBlock(byte[] in,
byte[] out)
throws ZipException
ZipExceptionpublic int processBlock(byte[] in,
int inOff,
byte[] out,
int outOff)
throws ZipException
ZipExceptionCopyright © 2013. All rights reserved.