org.qi4j.library.shiro.crypto
Class HashFactory

java.lang.Object
  extended by org.qi4j.library.shiro.crypto.HashFactory

public class HashFactory
extends Object


Method Summary
static org.apache.shiro.crypto.hash.Hash create(String algorithmName, Object source)
           
static org.apache.shiro.crypto.hash.Hash create(String algorithmName, Object source, Object salt)
           
static org.apache.shiro.crypto.hash.Hash create(String algorithmName, Object source, Object salt, int hashIterations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static org.apache.shiro.crypto.hash.Hash create(String algorithmName,
                                                       Object source)

create

public static org.apache.shiro.crypto.hash.Hash create(String algorithmName,
                                                       Object source,
                                                       Object salt)

create

public static org.apache.shiro.crypto.hash.Hash create(String algorithmName,
                                                       Object source,
                                                       Object salt,
                                                       int hashIterations)