|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.cache.eh.MD5
public final class MD5
Constructor Summary | |
---|---|
MD5(String input)
|
Method Summary | |
---|---|
String |
getDigest()
|
static String |
getDigestAsString(String str)
return md5 from string as string |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MD5(String input)
input
- Method Detail |
---|
public static String getDigestAsString(String str) throws IOException
str
- plain string to get md5 from
IOException
public String getDigest() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |