Uses of Package
org.apache.shiro.crypto.hash

Packages that use org.apache.shiro.crypto.hash
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. 
 

Classes in org.apache.shiro.crypto.hash used by org.apache.shiro.authc.credential
AbstractHash
          Provides a base for all Shiro Hash algorithms with support for salts and multiple hash iterations.
Hash
          A Cryptographic Hash represents a one-way conversion algorithm that transforms an input source to an underlying byte array.
 

Classes in org.apache.shiro.crypto.hash used by org.apache.shiro.crypto.hash
AbstractHash
          Provides a base for all Shiro Hash algorithms with support for salts and multiple hash iterations.
Hash
          A Cryptographic Hash represents a one-way conversion algorithm that transforms an input source to an underlying byte array.
Md2Hash
          Generates an MD2 Hash (RFC 1319) from a given input source with an optional salt and hash iterations.
Md5Hash
          Generates an MD5 Hash (RFC 1321) from a given input source with an optional salt and hash iterations.
Sha1Hash
          Generates an SHA-1 Hash (Secure Hash Standard, NIST FIPS 180-1) from a given input source with an optional salt and hash iterations.
Sha256Hash
          Generates an SHA-256 Hash from a given input source with an optional salt and hash iterations.
Sha384Hash
          Generates an SHA-384 Hash from a given input source with an optional salt and hash iterations.
Sha512Hash
          Generates an SHA-512 Hash from a given input source with an optional salt and hash iterations.
 



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