com.wizzardo.tools.security
Class MD5

java.lang.Object
  extended by com.wizzardo.tools.security.Hash
      extended by com.wizzardo.tools.security.MD5

public class MD5
extends Hash


Constructor Summary
MD5()
           
 
Method Summary
static MD5 create()
           
protected  int hexStringLength()
           
 
Methods inherited from class com.wizzardo.tools.security.Hash
asBytes, asBytes, asBytes, asString, check, check, init, reset, toString, update, update, update, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MD5

public MD5()
Method Detail

hexStringLength

protected int hexStringLength()
Specified by:
hexStringLength in class Hash

create

public static MD5 create()