public class StringUtil extends Object
| Constructor and Description |
|---|
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
md5(String inData)
Create an MD5 hash from the given string.
|
public static String md5(String inData) throws NoSuchAlgorithmException
inData - the data string to be hashed.NoSuchAlgorithmException - If the hashing algorithm can not be
found.Copyright © 2012–2018 Emory University. All rights reserved.