JceCipherpublic interface Cipher
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
Cipher.CryptMode |
| Modifier and Type | Method | Description |
|---|---|---|
int |
doFinal(byte[] out,
int outOff) |
|
void |
init(Cipher.CryptMode cryptMode,
byte[] bytes) |
|
void |
reset() |
|
int |
update(byte[] in,
int inOff,
int bytes,
byte[] out,
int outOff) |
void init(Cipher.CryptMode cryptMode, byte[] bytes) throws SecurityException
SecurityExceptionint update(byte[] in,
int inOff,
int bytes,
byte[] out,
int outOff)
throws SecurityException
SecurityExceptionint doFinal(byte[] out,
int outOff)
throws SecurityException
SecurityExceptionvoid reset()