public class PBKDF2 extends Object implements HashingAlgorithm
| Constructor and Description |
|---|
PBKDF2() |
| Modifier and Type | Method and Description |
|---|---|
String |
hash(HashString hashString,
String password)
Algorithm specific implementation.
|
String |
id()
return the symbolic name for the algorithm
|
Set<String> |
params()
return the list of param names required for this algorithm.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitneedsSeparatorpublic String id()
HashingAlgorithmid in interface HashingAlgorithmpublic Set<String> params()
HashingAlgorithmparams in interface HashingAlgorithmpublic String hash(HashString hashString, String password)
HashingAlgorithmhash in interface HashingAlgorithmCopyright © 2020. All rights reserved.