com.wizzardo.tools.security
Class SHA1

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

public class SHA1
extends Hash


Constructor Summary
SHA1()
           
 
Method Summary
static SHA1 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

SHA1

public SHA1()
Method Detail

hexStringLength

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

create

public static SHA1 create()