Package | Description |
---|---|
org.apache.shiro.crypto.hash |
Cryptographic Hashing components that greatly simplify one-way data hashing in an application.
|
Modifier and Type | Class and Description |
---|---|
class |
Md2Hash
Generates an MD2 Hash (RFC 1319) from a given input source with an optional salt and
hash iterations.
|
class |
Md5Hash
Generates an MD5 Hash (RFC 1321) from a given input source with an optional salt and
hash iterations.
|
class |
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.
|
class |
Sha256Hash
Generates an SHA-256 Hash from a given input source with an optional salt and hash iterations.
|
class |
Sha384Hash
Generates an SHA-384 Hash from a given input source with an optional salt and hash iterations.
|
class |
Sha512Hash
Generates an SHA-512 Hash from a given input source with an optional salt and hash iterations.
|
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.