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