Package org.bouncycastle.crypto.params
Class Argon2Parameters
java.lang.Object
org.bouncycastle.crypto.params.Argon2Parameters
-
Field Details
-
ARGON2_d
public static final int ARGON2_d- See Also:
-
ARGON2_i
public static final int ARGON2_i- See Also:
-
ARGON2_id
public static final int ARGON2_id- See Also:
-
ARGON2_VERSION_10
public static final int ARGON2_VERSION_10- See Also:
-
ARGON2_VERSION_13
public static final int ARGON2_VERSION_13- See Also:
-
-
Method Details
-
getSalt
public byte[] getSalt() -
getSecret
public byte[] getSecret() -
getAdditional
public byte[] getAdditional() -
getIterations
public int getIterations() -
getMemory
public int getMemory() -
getLanes
public int getLanes() -
getVersion
public int getVersion() -
getType
public int getType() -
getCharToByteConverter
-
clear
public void clear()
-