|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jwall.web.audit.util.MD5
public class MD5
This is a small helper-class that wraps around the java md5 message-digest and computes the md5 hex-string of a given input string. It is basically just a wrapper and uses the MessageDigest class of the Java runtime library.
| Constructor Summary | |
|---|---|
MD5()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
md5(byte[] data)
|
static java.lang.String |
md5(java.lang.String message)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MD5()
| Method Detail |
|---|
public static java.lang.String md5(java.lang.String message)
public static java.lang.String md5(byte[] data)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||