| Package | Description |
|---|---|
| ru.d_shap.hash.builder |
Hash builder classes.
|
| Modifier and Type | Method and Description |
|---|---|
static HashWithSaltBuilder |
HashBuilder.newHashWithSaltBuilder(byte[] bytes)
Create hash with the salt builder.
|
static HashWithSaltBuilder |
HashBuilder.newHashWithSaltBuilder(CharSequence charSequence)
Create hash with the salt builder.
|
static HashWithSaltBuilder |
HashBuilder.newHashWithSaltBuilder(CharSequence charSequence,
String encoding)
Create hash with the salt builder.
|
static HashWithSaltBuilder |
HashBuilder.newHashWithSaltBuilder(InputStream stream)
Create hash with the salt builder.
|
HashWithSaltBuilder |
HashWithSaltBuilder.setSalt(byte[] salt)
Set the salt.
|
HashWithSaltBuilder |
HashWithSaltBuilder.setSaltStoreType(SaltStoreType saltStoreType)
Set the salt store type.
|
Copyright © 2017. All rights reserved.