public class SHA1 extends Object implements HashingAlgorithm
| Constructor and Description |
|---|
SHA1() |
| Modifier and Type | Method and Description |
|---|---|
String |
hash(HashString hashString,
String password)
Algorithm specific implementation.
|
String |
id()
return the symbolic name for the algorithm
|
boolean |
needsSeparator()
Should the encoded string use the default separator to split fields.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparamspublic String id()
HashingAlgorithmid in interface HashingAlgorithmpublic String hash(HashString hashString, String password)
HashingAlgorithmhash in interface HashingAlgorithmpublic boolean needsSeparator()
HashingAlgorithmneedsSeparator in interface HashingAlgorithmCopyright © 2020. All rights reserved.