| Modifier and Type | Method and Description |
|---|---|
byte[] |
doFinal() |
void |
init(byte[] key) |
void |
reset() |
void |
update(byte b) |
void |
update(byte[] array) |
void |
update(byte[] array,
int offset,
int length) |
void init(byte[] key) throws SecurityException
SecurityExceptionvoid update(byte b)
void update(byte[] array)
void update(byte[] array,
int offset,
int length)
byte[] doFinal()
void reset()