| Modifier and Type | Method and Description |
|---|---|
String |
asHex()
Returns hex representation of the hash
|
byte[] |
Final()
Returns hash value for input String
|
void |
Update(String inputValue)
Update buffer with given string.
|
void Update(String inputValue) throws NullPointerException, IllegalStateException
inputValue - String to be hashedNullPointerException - if inputValue is nullIllegalStateException - if inputValue is an empty Stringbyte[] Final()
throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionString asHex() throws IllegalStateException
IllegalStateExceptionCopyright © 2001–2019 KnowGate. All rights reserved.