public class PBKDF2Wrapper
extends java.lang.Object
| Constructor and Description |
|---|
PBKDF2Wrapper() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDerivedKey(byte[] password,
byte[] salt,
int iterationCount,
int keySize) |