Package aQute.libg.cryptography
Class SHA1
java.lang.Object
aQute.libg.cryptography.Digest
aQute.libg.cryptography.SHA1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SHA1
digest
(byte[] data) static SHA1
static SHA1
getDigester
(OutputStream... out)
-
Field Details
-
ALGORITHM
- See Also:
-
-
Constructor Details
-
SHA1
public SHA1(byte[] b)
-
-
Method Details
-
getDigester
-
getAlgorithm
- Specified by:
getAlgorithm
in classDigest
-
digest
- Throws:
Exception
-
digest
- Throws:
NoSuchAlgorithmException
Exception
-
digest
- Throws:
NoSuchAlgorithmException
Exception
-