| Interface | Description |
|---|---|
| HashingAlgorithm |
Interface for algorithms that are able to create hash of given input.
|
| HashingAlgorithmBuilder |
Interface for builders that are able to construct
HashingAlgorithm. |
| Class | Description |
|---|---|
| HashingAlgorithms |
Factory that provides builders for available hashing algorithms.
|
| 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.
|
| Exception | Description |
|---|---|
| HashingException |
Wrapper for exceptions during hashing.
|
Copyright © 2014. All rights reserved.