| Package | Description |
|---|---|
| cz.d1x.dxcrypto.hash | |
| cz.d1x.dxcrypto.hash.digest |
| Modifier and Type | Class and Description |
|---|---|
class |
RepeatingDecorator
Decorator for hashing algorithms which repeats hashing multiple times.
|
| Modifier and Type | Method and Description |
|---|---|
HashingAlgorithm |
HashingAlgorithmBuilder.build()
Builds a new instance of hashing algorithm.
|
| Constructor and Description |
|---|
RepeatingDecorator(HashingAlgorithm hashingAlgorithm,
int repeatsCount)
Creates a new repeating decorator with specified algorithm a repeats count.
|
RepeatingDecoratorBuilder(HashingAlgorithm hashingAlgorithm)
Creates a new builder for repeating decorator with given hashing algorithm.
|
SaltingAdapter(HashingAlgorithm hashingAlgorithm,
CombineAlgorithm combineAlgorithm,
String encoding)
Creates a new salting adapter.
|
SaltingAdapterBuilder(HashingAlgorithm hashingAlgorithm)
Creates a new builder for salting adapter with given hashing algorithm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DigestAlgorithm
Abstract class for hashing algorithm which uses
MessageDigest for hashing. |
| Modifier and Type | Method and Description |
|---|---|
HashingAlgorithm |
DigestAlgorithmBuilder.build() |
Copyright © 2014. All rights reserved.