public final class SHA1 extends Object implements Digest
(http://www.itl.nist.gov/fipspubs/fip180-1.htm)
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(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 Digest
public final void update(byte[] b, int off, int len)
public static void main(String[] args)
Copyright © 2014. All rights reserved.