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

Packages that use HashService
org.apache.shiro.authc.credential Support for validating credentials (such as passwords or X509 certificates) during authentication via the CredentialsMatcher interface and its supporting implementations. 
org.apache.shiro.crypto.hash Cryptographic Hashing components that greatly simplify one-way data hashing in an application. 
 

Uses of HashService in org.apache.shiro.authc.credential
 

Methods in org.apache.shiro.authc.credential that return HashService
 HashService DefaultPasswordService.getHashService()
           
 

Methods in org.apache.shiro.authc.credential with parameters of type HashService
 void DefaultPasswordService.setHashService(HashService hashService)
           
 

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

Subinterfaces of HashService in org.apache.shiro.crypto.hash
 interface ConfigurableHashService
          A HashService that allows configuration of its strategy via JavaBeans-compatible setter methods.
 

Classes in org.apache.shiro.crypto.hash that implement HashService
 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.