@ThreadSafe public class HashUtils extends Object
Modifier and Type | Method and Description |
---|---|
static long |
hashAsLong(String object)
Hash the give obj as long with given HASH_FUNCTION.
|
static String |
hashAsStringMD5(String object)
MD5 Hash the given obj as string.
|
public static String hashAsStringMD5(String object)
object
- public static long hashAsLong(String object)
object
- Copyright © 2023. All Rights Reserved.