| Package | Description |
|---|---|
| com.helger.photon.basic.security.password.hash |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPasswordHashCreator
Abstract base class of
IPasswordHashCreator. |
class |
AbstractPasswordHashCreatorPBKDF2
Base class for
IPasswordHashCreator using the PBKDF2 algorithm. |
class |
PasswordHashCreatorDefault
The default implementation of
IPasswordHashCreator. |
class |
PasswordHashCreatorPBKDF2_1000_48
The new default implementation of
IPasswordHashCreator that requires
a salt and uses the PBKDF2. |
| Modifier and Type | Method and Description |
|---|---|
IPasswordHashCreator |
PasswordHashCreatorManager.getDefaultPasswordHashCreator() |
IPasswordHashCreator |
PasswordHashCreatorManager.getPasswordHashCreatorOfAlgorithm(String sAlgorithmName)
Get the password hash creator of the specified algorithm name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IPasswordHashCreator> |
PasswordHashCreatorManager.getAllPasswordHashCreators() |
| Modifier and Type | Method and Description |
|---|---|
void |
PasswordHashCreatorManager.registerPasswordHashCreator(IPasswordHashCreator aPasswordHashCreator)
Register a new password hash creator.
|
void |
PasswordHashCreatorManager.unregisterPasswordHashCreator(IPasswordHashCreator aPasswordHashCreator) |
Copyright © 2014–2015 Philip Helger. All rights reserved.