| Interface | Description |
|---|---|
| SaltedHashCodec |
An interface for serializing and deserializing
SaltedHash objects. |
| SaltedHashService |
Interface for creating salted hashes from plaintext passwords and for validating passwords against stored salted hashes.
|
| Class | Description |
|---|---|
| JCASaltedHashService |
A
SaltedHashService implementation using a SecretKeyFactory for salted hashing. |
| NoSaltedHashService |
A
SaltedHashService implementation which does not do any hashing at all. |
| SaltedHash |
An ancillary data object representing a salted hash.
|
| XmlSafeSaltedHashCodec |
A codec able to transform a
SaltedHash to and from String. |
| Exception | Description |
|---|---|
| SaltedHashEncodingException | |
| SaltedHashException |
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.