Class SCrypt
java.lang.Object
com.jcraft.jsch.bc.SCrypt
- All Implemented Interfaces:
KDF
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getKey(byte[] pass, int size) voidinitWithASN1(byte[] asn1) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface KDF
initWithOpenSSHv1KDFOptions, initWithPPKv3Header
-
Constructor Details
-
SCrypt
public SCrypt()
-
-
Method Details
-
initWithASN1
- Specified by:
initWithASN1in interfaceKDF- Throws:
Exception
-
getKey
-