| Package | Description |
|---|---|
| cz.d1x.dxcrypto.hash |
| Class and Description |
|---|
| HashingAlgorithm
Interface for algorithms that are able to create hash from given input.
|
| HashingAlgorithmBuilder
Base builder for all hashing algorithms.
|
| HashingException
Wrapper for exceptions during hashing.
|
| RepeatingDecorator
Decorator for hashing algorithms which repeats hashing multiple times.
|
| RepeatingDecoratorBuilder
Builder for repeating decorator over existing hashing algorithms.
|
| SaltedHashingAlgorithm
Interface for algorithms that are able to create hash from given input and given salt.
|
| SaltingAdapterBuilder
Builder for salted hashing algorithm that is based on existing hashing algorithms.
|
Copyright © 2019. All rights reserved.