ch.ethz.ssh2.crypto.digest
public final class SHA1 extends java.lang.Object implements Digest
(http://www.itl.nist.gov/fipspubs/fip180-1.htm)
SHA1()
void
digest(byte[] out)
digest(byte[] out, int off)
int
getDigestLength()
static void
main(java.lang.String[] args)
reset()
update(byte b)
update(byte[] b)
update(byte[] b, int off, int len)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SHA1()
public final int getDigestLength()
getDigestLength
Digest
public final void reset()
reset
public final void update(byte[] b)
update
public final void update(byte[] b, int off, int len)
public final void update(byte b)
public final void digest(byte[] out)
digest
public final void digest(byte[] out, int off)
public static void main(java.lang.String[] args)