Package | Description |
---|---|
aQute.libg.cafs | |
aQute.libg.cryptography |
Modifier and Type | Method and Description |
---|---|
SHA1 |
CAFS.write(InputStream in)
Store an input stream in the CAFS while calculating and returning the
SHA-1 code.
|
Modifier and Type | Method and Description |
---|---|
Iterator<SHA1> |
CAFS.iterator() |
Modifier and Type | Method and Description |
---|---|
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(File f) |
static SHA1 |
SHA1.digest(InputStream f) |
Modifier and Type | Method and Description |
---|---|
static Digester<SHA1> |
SHA1.getDigester(OutputStream... out) |
Copyright © 2015 aQute SARL. All rights reserved.