public class Md5 extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decodeHex(char[] data) |
static char[] |
encodeHex(byte[] data) |
boolean |
equals(Object obj) |
static Md5 |
fromMd5Hex(String md5Hex) |
byte[] |
getBytes() |
String |
getHex() |
int |
hashCode() |
public Md5(String s)
public Md5(byte[] md5Bytes)
public static Md5 fromMd5Hex(String md5Hex) throws Md5Exception
Md5Exceptionpublic byte[] getBytes()
public String getHex()
public static char[] encodeHex(byte[] data)
public static byte[] decodeHex(char[] data)
throws Md5Exception
Md5ExceptionCopyright © 2012–2017 dontdrinkandroot. All rights reserved.