| Package | Description |
|---|---|
| cz.d1x.dxcrypto.common | |
| cz.d1x.dxcrypto.hash |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CombiningSplitting
Algorithm that is able to combine two inputs into one and vice versa split one input back to two originals.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcatAlgorithm
Simple implementation of combine/split algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
SaltingAdapterBuilder |
SaltingAdapterBuilder.inputAndSaltCombining(Combining combining)
Sets a custom algorithm for combining input text and salt.
|
SaltingAdapterBuilder |
RepeatingDecoratorBuilder.salted(Combining combining)
Builds a repeating decorator and wraps it by salting adapter builder with custom combine algorithm.
|
SaltingAdapterBuilder |
HashingAlgorithmBuilder.salted(Combining combining)
Builds a hashing algorithm and wraps it by salting adapter builder with custom combine algorithm.
|
| Constructor and Description |
|---|
SaltingAdapter(HashingAlgorithm hashingAlgorithm,
BytesRepresentation bytesRepresentation,
Combining inputSaltCombining,
String encoding)
Creates a new salting adapter.
|
Copyright © 2019. All rights reserved.