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