Uses of Class
org.aion4j.avm.helper.signing.Blake2b.Param
-
Packages that use Blake2b.Param Package Description org.aion4j.avm.helper.signing -
-
Uses of Blake2b.Param in org.aion4j.avm.helper.signing
Methods in org.aion4j.avm.helper.signing that return Blake2b.Param Modifier and Type Method Description Blake2b.ParamBlake2b.Param. clone()Blake2b.ParamBlake2b.Param. setDepth(int depth)Blake2b.ParamBlake2b.Param. setDigestLength(int len)Blake2b.ParamBlake2b.Param. setFanout(int fanout)Blake2b.ParamBlake2b.Param. setInnerLength(int inner_length)Blake2b.ParamBlake2b.Param. setKey(byte[] key)Blake2b.ParamBlake2b.Param. setKey(Key key)Blake2b.ParamBlake2b.Param. setLeafLength(int leaf_length)Blake2b.ParamBlake2b.Param. setNodeDepth(int node_depth)Blake2b.ParamBlake2b.Param. setNodeOffset(long node_offset)Blake2b.ParamBlake2b.Param. setPersonal(byte[] personal)Blake2b.ParamBlake2b.Param. setSalt(byte[] salt)Methods in org.aion4j.avm.helper.signing with parameters of type Blake2b.Param Modifier and Type Method Description static Blake2b.DigestBlake2b.Digest. newInstance(Blake2b.Param p)static Blake2b.MacBlake2b.Mac. newInstance(Blake2b.Param p)Blake2b.MAC - using the specified Parameters.
-