Uses of Interface
org.apache.shiro.crypto.hash.format.HashFormat

Packages that use HashFormat
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   
 

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

Methods in org.apache.shiro.authc.credential that return HashFormat
 HashFormat DefaultPasswordService.getHashFormat()
           
 

Methods in org.apache.shiro.authc.credential with parameters of type HashFormat
 void DefaultPasswordService.setHashFormat(HashFormat hashFormat)
           
 

Uses of HashFormat in org.apache.shiro.crypto.hash.format
 

Subinterfaces of HashFormat in org.apache.shiro.crypto.hash.format
 interface ModularCryptFormat
          A HashFormat that supports Modular Crypt Format token rules.
 interface ParsableHashFormat
          A ParsableHashFormat is able to parse a formatted string and convert it into a Hash instance.
 

Classes in org.apache.shiro.crypto.hash.format that implement HashFormat
 class Base64Format
          HashFormat that outputs only the hash's digest bytes in Base64 format.
 class HexFormat
          HashFormat that outputs only The hash's digest bytes in hex format.
 class Shiro1CryptFormat
          The Shiro1CryptFormat is a fully reversible Modular Crypt Format (MCF).
 

Methods in org.apache.shiro.crypto.hash.format that return HashFormat
 HashFormat HashFormatFactory.getInstance(String token)
           
 HashFormat DefaultHashFormatFactory.getInstance(String in)
           
protected  HashFormat DefaultHashFormatFactory.newHashFormatInstance(Class clazz)
           
 



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