Modifier and Type | Method and Description |
---|---|
String |
getDigest() |
static String |
getDigestAsString(byte[] barr) |
static String |
getDigestAsString(String str)
return md5 from string as string
|
static String |
getDigestAsString(String str,
String defaultValue) |
static String |
stringify(byte[] digest) |
public static String getDigestAsString(String str) throws IOException
str
- plain string to get md5 fromIOException
public static String getDigestAsString(byte[] barr) throws IOException
IOException
public static String getDigestAsString(String str, String defaultValue)
public String getDigest() throws IOException
IOException
Copyright © 2015 Lucee