Uses of Class
org.apache.shiro.crypto.hash.HashRequest.Builder

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

Uses of HashRequest.Builder in org.apache.shiro.crypto.hash
 

Methods in org.apache.shiro.crypto.hash that return HashRequest.Builder
 HashRequest.Builder HashRequest.Builder.setAlgorithmName(String algorithmName)
          Sets the name of the hash algorithm the HashService should use when computing the Hash.
 HashRequest.Builder HashRequest.Builder.setIterations(int iterations)
          Sets the number of requested hash iterations to be performed when computing the final Hash result.
 HashRequest.Builder HashRequest.Builder.setSalt(ByteSource salt)
          Sets a salt to be used by the HashService during hash computation.
 HashRequest.Builder HashRequest.Builder.setSalt(Object salt)
          Sets a salt to be used by the HashService during hash computation.
 HashRequest.Builder HashRequest.Builder.setSource(ByteSource source)
          Sets the source data that will be hashed by a HashService.
 HashRequest.Builder HashRequest.Builder.setSource(Object source)
          Sets the source data that will be hashed by a HashService.
 



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