Package com.jcraft.jsch
Interface Argon2
- All Superinterfaces:
KDF
Deprecated.
Use KDF instead.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(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 Details
-
ARGON2D
static final int ARGON2DDeprecated.- See Also:
-
ARGON2I
static final int ARGON2IDeprecated.- See Also:
-
ARGON2ID
static final int ARGON2IDDeprecated.- See Also:
-
V10
static final int V10Deprecated.- See Also:
-
V13
static final int V13Deprecated.- See Also:
-
-
Method Details