Uses of Interface
org.apache.shiro.crypto.hash.Hash
Packages that use Hash
Package
Description
Cryptographic Hashing components that greatly simplify one-way data hashing in an application.
-
Uses of Hash in org.apache.shiro.crypto.hash
Classes in org.apache.shiro.crypto.hash that implement HashModifier and TypeClassDescriptionclassAbstract class for hashes following the posix crypt(3) format.classDeprecated.classGenerates an SHA-256 Hash from a given input source with an optional salt and hash iterations.classGenerates an SHA-384 Hash from a given input source with an optional salt and hash iterations.classGenerates an SHA-512 Hash from a given input source with an optional salt and hash iterations.classAHashimplementation that allows anyMessageDigestalgorithm name to be used.Methods in org.apache.shiro.crypto.hash that return HashModifier 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.fromString(String format) Creates a Hash instance from the given format string recognized by this provider.HashSpi.HashFactory.generate(HashRequest hashRequest) Generates a hash from the given hash request. -
Uses of Hash in org.apache.shiro.crypto.hash.format
Methods in org.apache.shiro.crypto.hash.format that return HashModifier and TypeMethodDescriptionParses the specified formatted string and returns the corresponding Hash instance.Methods in org.apache.shiro.crypto.hash.format with parameters of type HashModifier and TypeMethodDescriptionDeprecated.Returnshash.toBase64().Returns a formatted string representing the specified Hash instance.Deprecated.Returnshash.toHex().Converts a Hash-extending class to a string understood by the hash class.
SimpleHashimplementation directly.