public class ScryptKeySpec extends Object implements KeySpec
| Constructor and Description |
|---|
ScryptKeySpec(char[] password,
byte[] salt,
int costParameter,
int blockSize,
int parallelizationParameter,
int keyOutputBits) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockSize() |
int |
getCostParameter() |
int |
getKeyLength() |
int |
getParallelizationParameter() |
char[] |
getPassword() |
byte[] |
getSalt() |