public interface HashProcessor
| Modifier and Type | Method and Description |
|---|---|
boolean |
compare(char[] inputValue,
String storedHash)
compare the plain char array against the hash value
|
String |
hash(String plainText)
produce hash text from plain text
|
String hash(String plainText) throws Exception
plainText - Plain text inputExceptionboolean compare(char[] inputValue,
String storedHash)
inputValue - value of the plain textstoredHash - the existing hash valueCopyright © 2018 JBoss by Red Hat. All rights reserved.