public static class Blake2b.Param
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec
Modifier and Type | Class and Description |
---|---|
static interface |
Blake2b.Param.Default |
Constructor and Description |
---|
Param() |
Modifier and Type | Method and Description |
---|---|
Blake2b.Param |
clone() |
byte[] |
getBytes()
package only - copy returned - do not use in functional loops
|
int |
getDepth() |
int |
getDigestLength() |
int |
getFanout() |
int |
getInnerLength() |
int |
getKeyLength() |
int |
getLeafLength() |
int |
getNodeDepth() |
long |
getNodeOffset() |
boolean |
hasKey() |
long[] |
initialized_H() |
Blake2b.Param |
setDepth(int depth) |
Blake2b.Param |
setDigestLength(int len) |
Blake2b.Param |
setFanout(int fanout) |
Blake2b.Param |
setInnerLength(int inner_length) |
Blake2b.Param |
setKey(byte[] key) |
Blake2b.Param |
setKey(java.security.Key key) |
Blake2b.Param |
setLeafLength(int leaf_length) |
Blake2b.Param |
setNodeDepth(int node_depth) |
Blake2b.Param |
setNodeOffset(long node_offset) |
Blake2b.Param |
setPersonal(byte[] personal) |
Blake2b.Param |
setSalt(byte[] salt) |
public long[] initialized_H()
public byte[] getBytes()
public final int getDigestLength()
public final Blake2b.Param setDigestLength(int len)
public final int getKeyLength()
public final int getFanout()
public final Blake2b.Param setFanout(int fanout)
public final int getDepth()
public final Blake2b.Param setDepth(int depth)
public final int getLeafLength()
public final Blake2b.Param setLeafLength(int leaf_length)
public final long getNodeOffset()
public final Blake2b.Param setNodeOffset(long node_offset)
public final int getNodeDepth()
public final Blake2b.Param setNodeDepth(int node_depth)
public final int getInnerLength()
public final Blake2b.Param setInnerLength(int inner_length)
public final boolean hasKey()
public Blake2b.Param clone()
clone
in class java.lang.Object
public final Blake2b.Param setKey(java.security.Key key)
public final Blake2b.Param setKey(byte[] key)
public final Blake2b.Param setSalt(byte[] salt)
public final Blake2b.Param setPersonal(byte[] personal)