Uses of Class
org.apache.shiro.crypto.hash.HashRequest.Builder
Packages that use HashRequest.Builder
Package
Description
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.BuilderModifier and TypeMethodDescriptionHashRequest.Builder.addParameter(String parameterName, Object parameterValue) HashRequest.Builder.setAlgorithmName(String algorithmName) Sets the name of the hash algorithm theHashServiceshould use when computing theHash.Sets a salt to be used by theHashServiceduring hash computation.HashRequest.Builder.setSalt(org.apache.shiro.lang.util.ByteSource salt) Sets a salt to be used by theHashServiceduring hash computation.Sets the source data that will be hashed by aHashService.HashRequest.Builder.setSource(org.apache.shiro.lang.util.ByteSource source) Sets the source data that will be hashed by aHashService.HashRequest.Builder.withParameters(Map<String, Object> parameters)