public interface Cipher
| Modifier and Type | Interface and Description |
|---|---|
static class |
Cipher.CryptMode |
| Modifier and Type | Method and 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()