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

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

Classes in org.apache.shiro.crypto.hash.format used by org.apache.shiro.authc.credential
HashFormat
          A HashFormat is able to format a Hash instance into a well-defined formatted String.
HashFormatFactory
           
 

Classes in org.apache.shiro.crypto.hash.format used by org.apache.shiro.crypto.hash.format
HashFormat
          A HashFormat is able to format a Hash instance into a well-defined formatted String.
HashFormatFactory
           
ModularCryptFormat
          A HashFormat that supports Modular Crypt Format token rules.
ParsableHashFormat
          A ParsableHashFormat is able to parse a formatted string and convert it into a Hash instance.
ProvidedHashFormat
          An enum representing Shiro's default provided HashFormat implementations.
 



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