Package com.jcraft.jsch
Interface Argon2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
init(byte[] salt, int iteration, int type, byte[] additional, byte[] secret, int memory, int parallelism, int version)
-
-
-
Field Detail
-
ARGON2D
static final int ARGON2D
- See Also:
- Constant Field Values
-
ARGON2I
static final int ARGON2I
- See Also:
- Constant Field Values
-
ARGON2ID
static final int ARGON2ID
- See Also:
- Constant Field Values
-
V10
static final int V10
- See Also:
- Constant Field Values
-
V13
static final int V13
- See Also:
- Constant Field Values
-
-