| Package | Description |
|---|---|
| ru.d_shap.hash.builder |
Hash builder classes.
|
| Modifier and Type | Method and Description |
|---|---|
static HashWithSalt2Builder |
HashBuilder.newHashWithSalt2Builder(byte[] bytes)
Create hash with the stored salt and the fixed salt builder.
|
static HashWithSalt2Builder |
HashBuilder.newHashWithSalt2Builder(CharSequence charSequence)
Create hash with the stored salt and the fixed salt builder.
|
static HashWithSalt2Builder |
HashBuilder.newHashWithSalt2Builder(CharSequence charSequence,
String encoding)
Create hash with the stored salt and the fixed salt builder.
|
static HashWithSalt2Builder |
HashBuilder.newHashWithSalt2Builder(InputStream stream)
Create hash with the stored salt and the fixed salt builder.
|
HashWithSalt2Builder |
HashWithSalt2Builder.setFixedSalt(byte[] fixedSalt)
Set the fixed salt.
|
HashWithSalt2Builder |
HashWithSalt2Builder.setSaltOrder(SaltOrder saltOrder)
Set the salt order.
|
HashWithSalt2Builder |
HashWithSalt2Builder.setSaltStoreType(SaltStoreType saltStoreType)
Set the salt store type.
|
HashWithSalt2Builder |
HashWithSalt2Builder.setStoredSalt(byte[] storedSalt)
Set the stored salt.
|
Copyright © 2017. All rights reserved.