Uses of Interface
org.apache.shiro.crypto.hash.HashRequest
Packages that use HashRequest
Package
Description
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 HashRequestModifier and TypeClassDescriptionclassSimple implementation ofHashRequestthat can be used when interacting with aHashService.Methods in org.apache.shiro.crypto.hash that return HashRequestModifier and TypeMethodDescriptionHashRequest.Builder.build()Builds aHashRequestinstance reflecting the specified configuration.Methods in org.apache.shiro.crypto.hash with parameters of type HashRequestModifier and TypeMethodDescriptionDefaultHashService.computeHash(HashRequest request) Computes and responds with a hash based on the specified request.HashService.computeHash(HashRequest request) Computes a hash based on the given request.HashSpi.HashFactory.generate(HashRequest hashRequest) Generates a hash from the given hash request.protected StringDefaultHashService.getAlgorithmName(HashRequest request)