| Package | Description |
|---|---|
| cz.d1x.dxcrypto.hash | |
| cz.d1x.dxcrypto.hash.digest |
| Modifier and Type | Method and Description |
|---|---|
SaltingAdapterBuilder |
SaltingAdapterBuilder.combineAlgorithm(CombineAlgorithm combineAlgorithm)
Sets a custom algorithm for combining input text and salt.
|
SaltingAdapterBuilder |
SaltingAdapterBuilder.encoding(String encoding)
Sets encoding for strings in input and output.
|
SaltingAdapterBuilder |
RepeatingDecoratorBuilder.salted()
Builds a repeating decorator and wraps it by salting adapter builder.
|
SaltingAdapterBuilder |
RepeatingDecoratorBuilder.salted(CombineAlgorithm combineAlgorithm)
Builds a repeating decorator and wraps it by salting adapter builder with custom combine algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
SaltingAdapterBuilder |
DigestAlgorithmBuilder.salted()
Builds a hashing algorithm and wraps it by salting adapter builder.
|
SaltingAdapterBuilder |
DigestAlgorithmBuilder.salted(CombineAlgorithm combineAlgorithm)
Builds a hashing algorithm and wraps it by salting adapter builder with custom combine algorithm.
|
Copyright © 2014. All rights reserved.