public class MD5Hex extends Object
| Constructor and Description |
|---|
MD5Hex() |
| Modifier and Type | Method and Description |
|---|---|
static String |
bytesToHex(byte[] bytes) |
static String |
md5(byte[] stuff) |
static String |
md5(CharSequence stuff) |
static String |
md5(Document xslt) |
static String |
md5(File stuff) |
static String |
md5(InputStream stuff) |
static String |
md5(String stuff) |
public static String bytesToHex(byte[] bytes)
public static String md5(byte[] stuff)
public static String md5(CharSequence stuff)
public static String md5(InputStream stuff) throws IOException
stuff - client must close this input streamIOException