Package com.jcraft.jsch
Interface PBKDF
- All Known Implementing Classes:
PBKDF
Deprecated.
Use PBKDF2 instead.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getKey
(byte[] pass, byte[] salt, int iteration, int size) Deprecated.
-
Method Details
-
getKey
byte[] getKey(byte[] pass, byte[] salt, int iteration, int size) Deprecated.
-