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 void
clear()
int
getIterations()
int
getLaneLength()
int
getLanes()
Block[]
getMemory()
int
getSegmentLength()
Argon2Type
getType()
int
getVersion()
-
-
-
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()
-
-