public class Pbkdf extends Object
| Constructor and Description |
|---|
Pbkdf() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
pbkdf2(char[] secret,
byte[] salt,
int count,
int keySize) |
public static byte[] pbkdf2(char[] secret,
byte[] salt,
int count,
int keySize)
throws GeneralSecurityException
GeneralSecurityExceptionCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.