public class DerivedKeyParams extends Object
| Constructor and Description |
|---|
DerivedKeyParams(byte[] password,
byte[] salt,
int iterations,
int keySize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIterations() |
int |
getKeySize() |
byte[] |
getPassword() |
byte[] |
getSalt() |
Copyright © 2019. All rights reserved.