- All Known Implementing Classes:
PBKDF
public interface PBKDF
-
Method Summary
| Modifier and Type |
Method |
Description |
byte[] |
getKey(byte[] pass,
byte[] salt,
int iteration,
int size) |
|
-
Method Details
-
byte[] getKey(byte[] pass,
byte[] salt,
int iteration,
int size)