Package | Description |
---|---|
aQute.libg.cafs | |
aQute.libg.cryptography |
Modifier and Type | Method and Description |
---|---|
private SHA1 |
CAFS.verifyEntry(java.io.RandomAccessFile in) |
SHA1 |
CAFS.write(java.io.InputStream in)
Store an input stream in the CAFS while calculating and returning the
SHA-1 code.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<SHA1> |
CAFS.iterator() |
Modifier and Type | Method and Description |
---|---|
private java.io.InputStream |
CAFS.getSha1Stream(SHA1 sha1,
byte[] buffer,
int total) |
java.io.InputStream |
CAFS.read(SHA1 sha1)
Read the contents of a sha 1 key.
|
Modifier and Type | Method and Description |
---|---|
static SHA1 |
SHA1.digest(byte[] data) |
static SHA1 |
SHA1.digest(java.io.File f) |
static SHA1 |
SHA1.digest(java.io.InputStream f) |
Modifier and Type | Method and Description |
---|---|
static Digester<SHA1> |
SHA1.getDigester(java.io.OutputStream... out) |