Uses of Class
aQute.libg.cryptography.SHA1
-
Packages that use SHA1 Package Description aQute.libg.cafs aQute.libg.cryptography -
-
Uses of SHA1 in aQute.libg.cafs
Methods in aQute.libg.cafs that return SHA1 Modifier and Type Method Description SHA1
CAFS. write(java.io.InputStream in)
Store an input stream in the CAFS while calculating and returning the SHA-1 code.Methods in aQute.libg.cafs that return types with arguments of type SHA1 Modifier and Type Method Description java.util.Iterator<SHA1>
CAFS. iterator()
Methods in aQute.libg.cafs with parameters of type SHA1 Modifier and Type Method Description java.io.InputStream
CAFS. read(SHA1 sha1)
Read the contents of a sha 1 key. -
Uses of SHA1 in aQute.libg.cryptography
Methods in aQute.libg.cryptography that return SHA1 Modifier and Type Method Description static SHA1
SHA1. digest(byte[] data)
static SHA1
SHA1. digest(java.io.File f)
static SHA1
SHA1. digest(java.io.InputStream f)
Methods in aQute.libg.cryptography that return types with arguments of type SHA1 Modifier and Type Method Description static Digester<SHA1>
SHA1. getDigester(java.io.OutputStream... out)
-