public class PBKDF2 extends Object
| Constructor and Description |
|---|
PBKDF2() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
deriveKey(byte[] salt,
long nof_iterations,
byte[] pass,
int dkLen,
String algname) |
static byte[] |
paddingRFC1423(byte[] input) |
public static byte[] deriveKey(byte[] salt,
long nof_iterations,
byte[] pass,
int dkLen,
String algname)
public static byte[] paddingRFC1423(byte[] input)
Copyright © 2019. All rights reserved.