| Package | Description |
|---|---|
| org.apache.shiro.crypto.hash |
Cryptographic Hashing components that greatly simplify one-way data hashing in an application.
|
| org.apache.shiro.crypto.hash.format |
| Class and Description |
|---|
| AbstractHash
Deprecated.
in Shiro 1.1 in favor of using the concrete
SimpleHash implementation directly. |
| ConfigurableHashService
A
HashService that allows configuration of its strategy via JavaBeans-compatible setter methods. |
| Hash
A Cryptographic
Hash represents a one-way conversion algorithm that transforms an input source to an
underlying byte array. |
| HashRequest
A
HashRequest is composed of data that will be used by a HashService to compute a hash (aka
'digest'). |
| HashRequest.Builder
A Builder class representing the Builder design pattern for constructing
HashRequest instances. |
| HashService
A
HashService hashes input sources utilizing a particular hashing strategy. |
| Md2Hash
Generates an MD2 Hash (RFC 1319) from a given input source with an optional salt and
hash iterations.
|
| Md5Hash
Generates an MD5 Hash (RFC 1321) from a given input source with an optional salt and
hash iterations.
|
| Sha1Hash
Generates an SHA-1 Hash (Secure Hash Standard, NIST FIPS 180-1) from a given input source with an
optional salt and hash iterations.
|
| Sha256Hash
Generates an SHA-256 Hash from a given input source with an optional salt and hash iterations.
|
| Sha384Hash
Generates an SHA-384 Hash from a given input source with an optional salt and hash iterations.
|
| Sha512Hash
Generates an SHA-512 Hash from a given input source with an optional salt and hash iterations.
|
| SimpleHash
A
Hash implementation that allows any MessageDigest algorithm name to
be used. |
| Class and Description |
|---|
| Hash
A Cryptographic
Hash represents a one-way conversion algorithm that transforms an input source to an
underlying byte array. |
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.