public interface PBKDF
pbkdf
.Modifier and Type | Method and Description |
---|---|
byte[] |
getKey(byte[] pass,
byte[] salt,
int iteration,
int size)
Derives a key from a password and a salt.
|
This is an inofficial Javadoc created by PaĆlo Ebermann. Have a look at the official homepage.