Uses of Package
org.apache.shiro.crypto.hash
Packages that use org.apache.shiro.crypto.hash
Package
Description
Cryptographic Hashing components that greatly simplify one-way data hashing in an application.
-
Classes in org.apache.shiro.crypto.hash used by org.apache.shiro.crypto.hashClassDescriptionDeprecated.A
HashServicethat allows configuration of its strategy via JavaBeans-compatible setter methods.A CryptographicHashrepresents a one-way conversion algorithm that transforms an input source to an underlying byte array.AHashRequestis composed of data that will be used by aHashServiceto compute a hash (aka 'digest').A Builder class representing the Builder design pattern for constructingHashRequestinstances.AHashServicehashes input sources utilizing a particular hashing strategy.Service Provider Interface for password hashing algorithms.Generates an SHA-256 Hash from a given input source with an optional salt and hash iterations.Generates an SHA-384 Hash from a given input source with an optional salt and hash iterations.Generates an SHA-512 Hash from a given input source with an optional salt and hash iterations.AHashimplementation that allows anyMessageDigestalgorithm name to be used. -
Classes in org.apache.shiro.crypto.hash used by org.apache.shiro.crypto.hash.formatClassDescriptionA Cryptographic
Hashrepresents a one-way conversion algorithm that transforms an input source to an underlying byte array.
SimpleHashimplementation directly.