Package com.smartfoxserver.util
Class SHA256
java.lang.Object
com.smartfoxserver.util.SHA256
-
Method Summary
-
Method Details
-
newInstance
- Returns:
- the instance
- Throws:
NoSuchAlgorithmException
-
getHash
Generate the SHA256 hash- Parameters:
s- a string- Returns:
- a 64 character long string with the hex representation of the hash.
-
getBase64Hash
-