| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
digest() |
|
int |
getBlockSize() |
|
void |
init() |
|
void |
update(byte[] foo,
int start,
int len) |
void init() throws java.lang.Exception
java.lang.Exceptionint getBlockSize()
void update(byte[] foo,
int start,
int len)
throws java.lang.Exception
java.lang.Exceptionbyte[] digest()
throws java.lang.Exception
java.lang.Exception