Package com.jcraft.jsch.jce
Class PBKDF2
- java.lang.Object
-
- com.jcraft.jsch.jce.PBKDF2
-
-
Constructor Summary
Constructors Constructor Description PBKDF2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getKey(byte[] _pass, int size)voidinitWithASN1(byte[] asn1)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.jcraft.jsch.KDF
initWithOpenSSHv1KDFOptions, initWithPPKv3Header
-
-
-
-
Method Detail
-
initWithASN1
public void initWithASN1(byte[] asn1) throws java.lang.Exception- Specified by:
initWithASN1in interfaceKDF- Throws:
java.lang.Exception
-
-