org.bouncycastle.crypto.params
Class Argon2Parameters
java.lang.Object
|
+--org.bouncycastle.crypto.params.Argon2Parameters
- public class Argon2Parameters
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ARGON2_d
public static final int ARGON2_d
ARGON2_i
public static final int ARGON2_i
ARGON2_id
public static final int ARGON2_id
ARGON2_VERSION_10
public static final int ARGON2_VERSION_10
ARGON2_VERSION_13
public static final int ARGON2_VERSION_13
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
public CharToByteConverter getCharToByteConverter()
clear
public void clear()