public interface SaltedHashCodec
SaltedHash objects.| Modifier and Type | Method and Description |
|---|---|
SaltedHash |
decode(String encodedSaltedHash)
Parses the given
String to a SaltedHash. |
String |
encode(SaltedHash saltedHash)
Transforms the given
SaltedHash to String. |
String encode(SaltedHash saltedHash)
SaltedHash to String.saltedHash - SaltedHash decode(String encodedSaltedHash) throws SaltedHashEncodingException
String to a SaltedHash.encodedSaltedHash - SaltedHashEncodingExceptionCopyright © 2017 JBoss by Red Hat. All Rights Reserved.