Package com.jcraft.jsch
Interface PBKDF
-
- All Known Implementing Classes:
PBKDF
@Deprecated public interface PBKDF
Deprecated.Use PBKDF2 instead.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description byte[]
getKey(byte[] pass, byte[] salt, int iteration, int size)
Deprecated.
-