Class Argon2

java.lang.Object
net.sourceforge.plantuml.argon2.Argon2

public class Argon2 extends Object
  • Method Details

    • hashNow

      public void hashNow()
    • clear

      public void clear()
    • setMemoryInKiB

      public Argon2 setMemoryInKiB(int memory)
    • setParallelism

      public Argon2 setParallelism(int parallelism)
    • setPassword

      public Argon2 setPassword(char[] password)
    • setSalt

      public Argon2 setSalt(String salt)
    • getOutput

      public byte[] getOutput()
    • setOutput

      public void setOutput(byte[] finalResult)
    • getOutputString

      public String getOutputString()
    • getOutputLength

      public int getOutputLength()
    • setOutputLength

      public Argon2 setOutputLength(int outputLength)
    • getPassword

      public byte[] getPassword()
    • setPassword

      public Argon2 setPassword(byte[] password)
    • getPasswordLength

      public int getPasswordLength()
    • getSalt

      public byte[] getSalt()
    • setSalt

      public Argon2 setSalt(byte[] salt)
    • getSaltLength

      public int getSaltLength()
    • getSecret

      public byte[] getSecret()
    • setSecret

      public Argon2 setSecret(byte[] secret)
    • getSecretLength

      public int getSecretLength()
    • getAdditional

      public byte[] getAdditional()
    • setAdditional

      public Argon2 setAdditional(byte[] additional)
    • getAdditionalLength

      public int getAdditionalLength()
    • getIterations

      public int getIterations()
    • setIterations

      public Argon2 setIterations(int iterations)
    • getMemory

      public int getMemory()
    • setMemory

      public Argon2 setMemory(int memory)
    • getLanes

      public int getLanes()
    • getVersion

      public int getVersion()
    • setVersion

      public Argon2 setVersion(int version)
    • getType

      public Argon2Type getType()
    • setType

      public Argon2 setType(Argon2Type type)
    • isClearMemory

      public boolean isClearMemory()
    • setClearMemory

      public void setClearMemory(boolean clearMemory)
    • getCharset

      public Charset getCharset()
    • setEncodedOnly

      public void setEncodedOnly(boolean encodedOnly)
    • setRawOnly

      public void setRawOnly(boolean rawOnly)
    • getEncoded

      public String getEncoded()