public class Md5 extends Object
Md5(byte[] md5Bytes)
Md5(String s)
boolean
equals(Object obj)
static Md5
fromMd5Hex(String md5Hex)
byte[]
getBytes()
String
getHex()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Md5(String s)
public Md5(byte[] md5Bytes)
public static Md5 fromMd5Hex(String md5Hex) throws org.apache.commons.codec.DecoderException
org.apache.commons.codec.DecoderException
public byte[] getBytes()
public String getHex()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2012. All Rights Reserved.