Class Instance

java.lang.Object
net.sourceforge.plantuml.argon2.model.Instance

public class Instance extends Object
  • Field Details

    • memory

      public Block[] memory
  • Constructor Details

    • Instance

      public Instance(Argon2 argon2)
  • Method Details

    • clear

      public void clear()
    • getMemory

      public Block[] getMemory()
    • getVersion

      public int getVersion()
    • getIterations

      public int getIterations()
    • getSegmentLength

      public int getSegmentLength()
    • getLaneLength

      public int getLaneLength()
    • getLanes

      public int getLanes()
    • getType

      public Argon2Type getType()