| Constructor and Description |
|---|
SHA1() |
| Modifier and Type | Method and Description |
|---|---|
void |
digest(byte[] out) |
void |
digest(byte[] out,
int off) |
int |
getDigestLength() |
static void |
main(java.lang.String[] args) |
void |
reset() |
void |
update(byte b) |
void |
update(byte[] b) |
void |
update(byte[] b,
int off,
int len) |
public final int getDigestLength()
getDigestLength in interface Digestpublic final void update(byte[] b,
int off,
int len)
public static void main(java.lang.String[] args)