public class Md5 extends Object
| Constructor and Description |
|---|
Md5() |
| Modifier and Type | Method and Description |
|---|---|
static MessageDigest |
getMessageDigest() |
static byte[] |
md5(byte[] data) |
static byte[] |
md5(InputStream data) |
static byte[] |
md5(String data) |
static String |
md5Hex(byte[] data) |
static String |
md5Hex(InputStream data) |
static String |
md5Hex(String data) |
public static MessageDigest getMessageDigest()
public static byte[] md5(byte[] data)
public static byte[] md5(InputStream data) throws IOException
IOExceptionpublic static byte[] md5(String data)
public static String md5Hex(byte[] data)
public static String md5Hex(InputStream data) throws IOException
IOExceptionCopyright © 2015 Revolution Systems Inc.. All rights reserved.