Constructor | Description |
---|---|
SHA1() |
Modifier and Type | Method | Description |
---|---|---|
byte[] |
digest() |
|
int |
getBlockSize() |
|
void |
init() |
|
void |
update(byte[] foo,
int start,
int len) |
public int getBlockSize()
getBlockSize
in interface HASH
public void init() throws java.lang.Exception
public void update(byte[] foo, int start, int len) throws java.lang.Exception