B C D L O R U 

B

Blake2b - Class in org.kocakosm.jblake2
The BLAKE2b digest algorithm.
Blake2b(int) - Constructor for class org.kocakosm.jblake2.Blake2b
Creates a new unkeyed Blake2b instance.
Blake2b(byte[], int) - Constructor for class org.kocakosm.jblake2.Blake2b
Creates a new keyed Blake2b instance.
burn() - Method in class org.kocakosm.jblake2.Blake2b
Erases the key and resets the digest, making this instance functionally equivalent to a newly created unkeyed digest.

C

copy() - Method in class org.kocakosm.jblake2.Blake2b
Returns a copy of this object.

D

digest(byte...) - Method in class org.kocakosm.jblake2.Blake2b
Performs a final update on the digest using the specified array of bytes, then completes the digest computation.
digest(byte[], int, int) - Method in class org.kocakosm.jblake2.Blake2b
Performs a final update on the digest using the specified data bytes, then completes the digest computation.
digest() - Method in class org.kocakosm.jblake2.Blake2b
Completes the hash computation.

L

length() - Method in class org.kocakosm.jblake2.Blake2b
Returns the digest's length (in bytes).

O

org.kocakosm.jblake2 - package org.kocakosm.jblake2
 

R

reset() - Method in class org.kocakosm.jblake2.Blake2b
Resets the digest.

U

update(byte) - Method in class org.kocakosm.jblake2.Blake2b
Updates the digest using the given byte.
update(byte...) - Method in class org.kocakosm.jblake2.Blake2b
Updates the digest using the given array of bytes.
update(byte[], int, int) - Method in class org.kocakosm.jblake2.Blake2b
Updates the digest using the specified number of bytes from the given array, starting at the specified offset.
B C D L O R U 

Copyright © 2017. All rights reserved.