public class MD5 extends Object
| Constructor and Description |
|---|
MD5() |
| Modifier and Type | Method and Description |
|---|---|
static String |
md5(byte[] data)
This method will simply return the computed MD5 sum of the given input
data.
|
static String |
md5(Serializable object) |
static String |
md5(String message)
This method will simply return the computed MD5 sum of the given input
string.
|
public static String md5(String message)
This is just a convenience method. Calls this method are delegated to
md5( byte[] data).
message - The message to create the digest from.public static String md5(byte[] data)
message - The message to create the digest from.public static String md5(Serializable object)
Copyright © 2014 jwall.org. All Rights Reserved.