Class Blake2b.Engine
java.lang.Object
net.sourceforge.plantuml.argon2.blake2.Blake2b.Engine
- All Implemented Interfaces:
Blake2b
- Direct Known Subclasses:
Blake2b.Digest
,Blake2b.Mac
- Enclosing interface:
- Blake2b
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static class
static class
Nested classes/interfaces inherited from interface net.sourceforge.plantuml.argon2.blake2.Blake2b
Blake2b.Digest, Blake2b.Engine, Blake2b.Mac, Blake2b.Param, Blake2b.Spec, Blake2b.Tree
-
Method Summary
-
Method Details
-
main
-
reset
public final void reset() -
update
public final void update(byte[] b, int off, int len) -
update
public final void update(byte b) -
update
public final void update(byte[] input) -
digest
public final void digest(byte[] output, int off, int len) -
digest
- Specified by:
digest
in interfaceBlake2b
- Throws:
IllegalArgumentException
-
digest
public final byte[] digest(byte[] input)
-