public class SHA1 extends Object
| Constructor and Description |
|---|
SHA1(byte[] bytes) |
SHA1(int w0,
int w1,
int w2,
int w3,
int w4) |
SHA1(String str) |
| Modifier and Type | Method and Description |
|---|---|
static SHA1 |
digest(File file) |
static SHA1 |
digest(InputStream in) |
boolean |
equals(Object o) |
byte[] |
getBytes() |
int[] |
getInts() |
int |
hashCode() |
String |
toString() |
public static final SHA1 NULL
public SHA1(int w0,
int w1,
int w2,
int w3,
int w4)
public SHA1(String str)
public SHA1(byte[] bytes)
public int[] getInts()
public byte[] getBytes()
public static SHA1 digest(InputStream in) throws IOException
IOExceptionpublic static SHA1 digest(File file) throws IOException
IOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved