Package com.jcraft.jsch.jbcrypt
Class JBCrypt
- java.lang.Object
-
- com.jcraft.jsch.jbcrypt.JBCrypt
-
-
Constructor Summary
Constructors Constructor Description JBCrypt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getKey(byte[] pass, int size)voidinitWithOpenSSHv1KDFOptions(byte[] kdfOptions)-
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
initWithASN1, initWithPPKv3Header
-
-
-
-
Method Detail
-
initWithOpenSSHv1KDFOptions
public void initWithOpenSSHv1KDFOptions(byte[] kdfOptions)
- Specified by:
initWithOpenSSHv1KDFOptionsin interfaceKDF
-
-