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