| Package | Description |
|---|---|
| com.helger.security.password.salt |
| Modifier and Type | Method and Description |
|---|---|
static PasswordSalt |
PasswordSalt.createFromStringMaybe(String sSalt)
Try to create a
PasswordSalt object from the passed string. |
static PasswordSalt |
PasswordSalt.createFromStringMaybe(String sSalt)
Try to create a
PasswordSalt object from the passed string. |
static PasswordSalt |
PasswordSalt.createRandom() |
static PasswordSalt |
PasswordSalt.createRandom() |
static PasswordSalt |
PasswordSalt.createRandom(int nSaltBytes)
Create a new password salt with the provided byte count.
|
static PasswordSalt |
PasswordSalt.createRandom(int nSaltBytes)
Create a new password salt with the provided byte count.
|
Copyright © 2016–2021 Philip Helger. All rights reserved.