Package com.jcraft.jsch.bc
Class Argon2
- java.lang.Object
-
- com.jcraft.jsch.bc.Argon2
-
-
Constructor Summary
Constructors Constructor Description Argon2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getKey(byte[] pass, int size)voidinitWithPPKv3Header(java.util.Map<java.lang.String,java.lang.String> header)-
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, initWithOpenSSHv1KDFOptions
-
-
-
-
Method Detail
-
initWithPPKv3Header
public void initWithPPKv3Header(java.util.Map<java.lang.String,java.lang.String> header) throws java.lang.Exception- Specified by:
initWithPPKv3Headerin interfaceKDF- Throws:
java.lang.Exception
-
-