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