Class Argon2Parameters

java.lang.Object
org.bouncycastle.crypto.params.Argon2Parameters

public class Argon2Parameters extends Object
  • Field Details

  • 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

      public CharToByteConverter getCharToByteConverter()
    • clear

      public void clear()