public final class HashCodeGenerator extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_HASHCODE_CHARSET
The Constant DEFAULT_HASHCODE_CHARSET.
|
Modifier and Type | Method and Description |
---|---|
static String |
generateMD5HashCode(String clearText)
Hash the text using MD5 and the default charset.
|
static String |
generateMD5HashCode(String clearText,
String charset)
Hash the text using MD5 and the given charset
|
public static final String DEFAULT_HASHCODE_CHARSET
Copyright © 2019 Communote team. All rights reserved.