Uses of Class
org.apache.shiro.crypto.hash.HashRequest.Builder
-
Packages that use HashRequest.Builder Package Description 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 Modifier and Type Method Description HashRequest.BuilderHashRequest.Builder. setAlgorithmName(String algorithmName)Sets the name of the hash algorithm theHashServiceshould use when computing theHash.HashRequest.BuilderHashRequest.Builder. setIterations(int iterations)Sets the number of requested hash iterations to be performed when computing the finalHashresult.HashRequest.BuilderHashRequest.Builder. setSalt(Object salt)Sets a salt to be used by theHashServiceduring hash computation.HashRequest.BuilderHashRequest.Builder. setSalt(org.apache.shiro.util.ByteSource salt)Sets a salt to be used by theHashServiceduring hash computation.HashRequest.BuilderHashRequest.Builder. setSource(Object source)Sets the source data that will be hashed by aHashService.HashRequest.BuilderHashRequest.Builder. setSource(org.apache.shiro.util.ByteSource source)Sets the source data that will be hashed by aHashService.
-