public abstract class AbstractPasswordHashCreator extends Object implements IPasswordHashCreator
IPasswordHashCreator.| Constructor and Description |
|---|
AbstractPasswordHashCreator(String sAlgorithmName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithmName() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreatePasswordHash, requiresSalt@Nonnull @Nonempty public final String getAlgorithmName()
getAlgorithmName in interface IPasswordHashCreatornull nor empty. This is a self-chosen name and not
related to a JDK internal name.Copyright © 2016–2021 Philip Helger. All rights reserved.