Uses of Class
org.apache.shiro.crypto.hash.SimpleHash
Packages that use SimpleHash
Package
Description
Cryptographic Hashing components that greatly simplify one-way data hashing in an application.
-
Uses of SimpleHash in org.apache.shiro.crypto.hash
Subclasses of SimpleHash in org.apache.shiro.crypto.hashModifier and TypeClassDescriptionclassGenerates 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.Methods in org.apache.shiro.crypto.hash that return SimpleHash