Uses of Class
net.sourceforge.plantuml.argon2.blake2.Blake2b.Param
Packages that use Blake2b.Param
-
Uses of Blake2b.Param in net.sourceforge.plantuml.argon2.blake2
Methods in net.sourceforge.plantuml.argon2.blake2 that return Blake2b.ParamModifier and TypeMethodDescriptionBlake2b.Param.clone()
final Blake2b.Param
Blake2b.Param.setDepth
(int depth) final Blake2b.Param
Blake2b.Param.setDigestLength
(int len) final Blake2b.Param
Blake2b.Param.setFanout
(int fanout) final Blake2b.Param
Blake2b.Param.setInnerLength
(int inner_length) final Blake2b.Param
Blake2b.Param.setKey
(byte[] key) final Blake2b.Param
final Blake2b.Param
Blake2b.Param.setLeafLength
(int leaf_length) final Blake2b.Param
Blake2b.Param.setNodeDepth
(int node_depth) final Blake2b.Param
Blake2b.Param.setNodeOffset
(long node_offset) final Blake2b.Param
Blake2b.Param.setPersonal
(byte[] personal) final Blake2b.Param
Blake2b.Param.setSalt
(byte[] salt) Methods in net.sourceforge.plantuml.argon2.blake2 with parameters of type Blake2b.ParamModifier and TypeMethodDescriptionstatic Blake2b.Digest
Blake2b.Digest.newInstance
(Blake2b.Param p) static Blake2b.Mac
Blake2b.Mac.newInstance
(Blake2b.Param p) Blake2b.MAC - using the specified Parameters.