com.wizzardo.tools.security
Class SHA256

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

public class SHA256
extends Hash


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

SHA256

public SHA256()
Method Detail

hexStringLength

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

create

public static SHA256 create()