public class SupportedHashAlgorithm
extends java.lang.Object
| Constructor and Description |
|---|
SupportedHashAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
static HashAlgorithm |
getMinSCryptAlgo()
Returns a SCrypt generator that uses 2^14 iterations, r=8, p=1 and dkLen = 32
|
static HashAlgorithm |
getSCryptAlgo()
Returns a SCrypt generator that uses 2^20 iterations, r=8, p=1 and dkLen = 32
|
public static HashAlgorithm getSCryptAlgo()
public static HashAlgorithm getMinSCryptAlgo()