Package com.jcraft.jsch
Interface Argon2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidinit(byte[] salt, int iteration, int type, byte[] additional, byte[] secret, int memory, int parallelism, int version)Deprecated.-
Methods inherited from interface com.jcraft.jsch.KDF
getKey, initWithASN1, initWithOpenSSHv1KDFOptions, initWithPPKv3Header
-
-
-
-
Field Detail
-
ARGON2D
static final int ARGON2D
Deprecated.- See Also:
- Constant Field Values
-
ARGON2I
static final int ARGON2I
Deprecated.- See Also:
- Constant Field Values
-
ARGON2ID
static final int ARGON2ID
Deprecated.- See Also:
- Constant Field Values
-
V10
static final int V10
Deprecated.- See Also:
- Constant Field Values
-
V13
static final int V13
Deprecated.- See Also:
- Constant Field Values
-
-