Package | Description |
---|---|
com.hissenit.crypto.compacthashing |
Modifier and Type | Method and Description |
---|---|
static CompactPasswordHash.GenerationParametersCPH |
CompactPasswordHash.createParameters()
Create an empty parameters object to set single parameters that shall be changed from defaults
|
static CompactPasswordHash.GenerationParametersCPH |
CompactPasswordHash.createParameters(java.lang.String hmacAlgorithm,
int hashLengthInBytes,
int saltLengthInBytes,
int iterationCount)
None of these parameters have to be set, defaults will be used instead for each single parameter being not set.
|
Modifier and Type | Method and Description |
---|---|
static CompactPasswordHash |
CompactPasswordHash.generateHash(Secret passwordOrSecret,
CompactPasswordHash.GenerationParametersCPH parameters) |