public class SHA512 extends Object implements HashingAlgorithm
| Constructor and Description |
|---|
SHA512() |
| Modifier and Type | Method and Description |
|---|---|
String |
hash(HashString hashString,
String password)
Algorithm specific implementation.
|
String |
id()
return the symbolic name for the algorithm
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitneedsSeparator, paramspublic String id()
HashingAlgorithmid in interface HashingAlgorithmpublic String hash(HashString hashString, String password)
HashingAlgorithmhash in interface HashingAlgorithmCopyright © 2020. All rights reserved.