| Package | Description |
|---|---|
| ru.d_shap.hash |
Hash library provides facilities for the hash computations.
|
| ru.d_shap.hash.builder |
Hash builder classes.
|
| Modifier and Type | Method and Description |
|---|---|
static SaltOrder |
SaltOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaltOrder[] |
SaltOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
HashHelper.addSalt(Hash hash,
byte[] storedSalt,
byte[] fixedSalt,
SaltOrder saltOrder)
Add the specified salt to the specified hash in the specified order.
|
| Modifier and Type | Method and Description |
|---|---|
SaltOrder |
HashWithSalt2Builder.getSaltOrder()
Get the salt order.
|
| Modifier and Type | Method and Description |
|---|---|
HashWithSalt2Builder |
HashWithSalt2Builder.setSaltOrder(SaltOrder saltOrder)
Set the salt order.
|
Copyright © 2017. All rights reserved.