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