Class PBKDF
java.lang.Object
com.jcraft.jsch.jce.PBKDF
- All Implemented Interfaces:
PBKDF
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getKey(byte[] _pass, byte[] salt, int iterations, int size) Deprecated.
-
Constructor Details
-
PBKDF
public PBKDF()Deprecated.
-
-
Method Details
-
getKey
-