@Deprecated public final class SHA1 extends Object implements Digest
(http://www.itl.nist.gov/fipspubs/fip180-1.htm)
Constructor and Description |
---|
SHA1()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
digest(byte[] out)
Deprecated.
|
void |
digest(byte[] out,
int off)
Deprecated.
|
int |
getDigestLength()
Deprecated.
|
void |
reset()
Deprecated.
|
void |
update(byte b)
Deprecated.
|
void |
update(byte[] b)
Deprecated.
|
void |
update(byte[] b,
int off,
int len)
Deprecated.
|
public final int getDigestLength()
getDigestLength
in interface Digest
public final void update(byte[] b, int off, int len)
Copyright © 2020. All rights reserved.