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
Modifier and TypeMethodDescriptionfinal byte[]
digest()
final byte[]
digest
(byte[] input) final void
digest
(byte[] output, int off, int len) static void
main
(java.lang.String... args) final void
reset()
final void
update
(byte b) final void
update
(byte[] input) final void
update
(byte[] b, int off, int len) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
main
public static void main(java.lang.String... args) -
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
public final byte[] digest() throws java.lang.IllegalArgumentException -
digest
public final byte[] digest(byte[] input)
-