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.ParamBlake2b.Param.setDepth(int depth) final Blake2b.ParamBlake2b.Param.setDigestLength(int len) final Blake2b.ParamBlake2b.Param.setFanout(int fanout) final Blake2b.ParamBlake2b.Param.setInnerLength(int inner_length) final Blake2b.ParamBlake2b.Param.setKey(byte[] key) final Blake2b.Paramfinal Blake2b.ParamBlake2b.Param.setLeafLength(int leaf_length) final Blake2b.ParamBlake2b.Param.setNodeDepth(int node_depth) final Blake2b.ParamBlake2b.Param.setNodeOffset(long node_offset) final Blake2b.ParamBlake2b.Param.setPersonal(byte[] personal) final Blake2b.ParamBlake2b.Param.setSalt(byte[] salt) Methods in net.sourceforge.plantuml.argon2.blake2 with parameters of type Blake2b.ParamModifier and TypeMethodDescriptionstatic Blake2b.DigestBlake2b.Digest.newInstance(Blake2b.Param p) static Blake2b.MacBlake2b.Mac.newInstance(Blake2b.Param p) Blake2b.MAC - using the specified Parameters.