Class Instance
- java.lang.Object
-
- net.sourceforge.plantuml.argon2.model.Instance
-
public class Instance extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intgetIterations()intgetLaneLength()intgetLanes()Block[]getMemory()intgetSegmentLength()Argon2TypegetType()intgetVersion()
-
-
-
Field Detail
-
memory
public Block[] memory
-
-
Constructor Detail
-
Instance
public Instance(Argon2 argon2)
-
-
Method Detail
-
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()
-
-