Uses of Interface
org.apache.shiro.crypto.hash.ConfigurableHashService

Packages that use ConfigurableHashService
org.apache.shiro.crypto.hash Cryptographic Hashing components that greatly simplify one-way data hashing in an application. 
 

Uses of ConfigurableHashService in org.apache.shiro.crypto.hash
 

Classes in org.apache.shiro.crypto.hash that implement ConfigurableHashService
 class DefaultHashService
          Default implementation of the HashService interface, supporting a customizable hash algorithm name, secure-random salt generation, multiple hash iterations and an optional internal privateSalt.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.