| Package | Description |
|---|---|
| cz.d1x.dxcrypto.hash | |
| cz.d1x.dxcrypto.hash.digest |
| Modifier and Type | Method and Description |
|---|---|
HashingAlgorithm |
HashingAlgorithmBuilder.build()
Builds a new instance of hashing algorithm.
|
byte[] |
HashingAlgorithm.hash(byte[] input)
Creates a hash from input bytes.
|
byte[] |
RepeatingDecorator.hash(byte[] input)
Creates a hash from input bytes.
|
byte[] |
SaltingAdapter.hash(byte[] input,
byte[] salt)
Hashes given input with given salt using adapted hashing algorithm.
|
String |
HashingAlgorithm.hash(String input)
Creates a hash from input text.
|
String |
RepeatingDecorator.hash(String input)
Creates a hash from input text.
|
String |
SaltingAdapter.hash(String input,
String salt)
Hashes given input with given salt using adapted hashing algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
DigestAlgorithm.hash(byte[] input) |
String |
DigestAlgorithm.hash(String input) |
Copyright © 2014. All rights reserved.