| Package | Description |
|---|---|
| cz.d1x.dxcrypto.hash | |
| cz.d1x.dxcrypto.hash.digest |
| Class and Description |
|---|
| HashingAlgorithm
Interface for algorithms that are able to create hash of given input.
|
| HashingAlgorithmBuilder
Interface for builders that are able to construct
HashingAlgorithm. |
| 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.
|
| SaltingAdapter
Adapter for hashing algorithms that combines input text and salt before it is processed by adapted algorithm.
|
| SaltingAdapterBuilder
Builder for salting adapter over existing hashing algorithms.
|
| Class and Description |
|---|
| HashingAlgorithm
Interface for algorithms that are able to create hash of given input.
|
| HashingAlgorithmBuilder
Interface for builders that are able to construct
HashingAlgorithm. |
| HashingException
Wrapper for exceptions during hashing.
|
| RepeatingDecoratorBuilder
Builder for repeating decorator over existing hashing algorithms.
|
| SaltingAdapterBuilder
Builder for salting adapter over existing hashing algorithms.
|
Copyright © 2014. All rights reserved.