public interface HashingAlgorithm
| Modifier and Type | Method and Description | 
|---|---|
String | 
hash(HashString hashString,
    String password)
Algorithm specific implementation. 
 | 
String | 
id()
return the symbolic name for the algorithm 
 | 
default boolean | 
needsSeparator()
Should the encoded string use the default separator to split fields. 
 | 
default Set<String> | 
params()
return the list of param names required for this algorithm. 
 | 
String id()
default Set<String> params()
String hash(HashString hashString, String password)
default boolean needsSeparator()
Copyright © 2020 Eclipse. All rights reserved.