Uses of Interface
org.apache.shiro.crypto.hash.HashRequest
-
Packages that use HashRequest Package Description org.apache.shiro.crypto.hash Cryptographic Hashing components that greatly simplify one-way data hashing in an application. -
-
Uses of HashRequest in org.apache.shiro.crypto.hash
Classes in org.apache.shiro.crypto.hash that implement HashRequest Modifier and Type Class Description classSimpleHashRequestSimple implementation ofHashRequestthat can be used when interacting with aHashService.Methods in org.apache.shiro.crypto.hash that return HashRequest Modifier and Type Method Description HashRequestHashRequest.Builder. build()Builds aHashRequestinstance reflecting the specified configuration.Methods in org.apache.shiro.crypto.hash with parameters of type HashRequest Modifier and Type Method Description HashDefaultHashService. computeHash(HashRequest request)Computes and responds with a hash based on the specified request.HashHashService. computeHash(HashRequest request)Computes a hash based on the given request.protected StringDefaultHashService. getAlgorithmName(HashRequest request)protected intDefaultHashService. getIterations(HashRequest request)protected org.apache.shiro.util.ByteSourceDefaultHashService. getPublicSalt(HashRequest request)Returns the public salt that should be used to compute a hash based on the specified request ornullif no public salt should be used.
-