public class Md5 extends Object
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 © 2014 dontdrinkandroot. All rights reserved.