Class Blake2b.Param
java.lang.Object
net.sourceforge.plantuml.argon2.blake2.Blake2b.Param
- All Implemented Interfaces:
AlgorithmParameterSpec
- Enclosing interface:
- Blake2b
Blake2b configuration parameters block per spec
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
byte[]
getBytes()
package only - copy returned - do not use in functional loopsfinal int
getDepth()
final int
final int
final int
final int
final int
final int
final long
final boolean
hasKey()
long[]
final Blake2b.Param
setDepth
(int depth) final Blake2b.Param
setDigestLength
(int len) final Blake2b.Param
setFanout
(int fanout) final Blake2b.Param
setInnerLength
(int inner_length) final Blake2b.Param
setKey
(byte[] key) final Blake2b.Param
final Blake2b.Param
setLeafLength
(int leaf_length) final Blake2b.Param
setNodeDepth
(int node_depth) final Blake2b.Param
setNodeOffset
(long node_offset) final Blake2b.Param
setPersonal
(byte[] personal) final Blake2b.Param
setSalt
(byte[] salt)
-
Constructor Details
-
Param
public Param()
-
-
Method Details
-
initialized_H
public long[] initialized_H() -
getBytes
public byte[] getBytes()package only - copy returned - do not use in functional loops -
getDigestLength
public final int getDigestLength() -
setDigestLength
-
getKeyLength
public final int getKeyLength() -
getFanout
public final int getFanout() -
setFanout
-
getDepth
public final int getDepth() -
setDepth
-
getLeafLength
public final int getLeafLength() -
setLeafLength
-
getNodeOffset
public final long getNodeOffset() -
setNodeOffset
-
getNodeDepth
public final int getNodeDepth() -
setNodeDepth
-
getInnerLength
public final int getInnerLength() -
setInnerLength
-
hasKey
public final boolean hasKey() -
clone
-
setKey
-
setKey
-
setSalt
-
setPersonal
-