Skip navigation links
A B C D L O R U 

A

algorithm() - Method in interface org.kocakosm.jblake2.Blake2
Returns the algorithm name.
algorithm() - Method in class org.kocakosm.jblake2.Blake2b
 
algorithm() - Method in class org.kocakosm.jblake2.Blake2s
 

B

Blake2 - Interface in org.kocakosm.jblake2
Common interface for BLAKE2 flavors BLAKE2b and BLAKE2s.
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(int, byte[]) - Constructor for class org.kocakosm.jblake2.Blake2b
Creates a new keyed Blake2b instance.
Blake2s - Class in org.kocakosm.jblake2
The BLAKE2s digest algorithm.
Blake2s(int) - Constructor for class org.kocakosm.jblake2.Blake2s
Creates a new unkeyed Blake2s instance.
Blake2s(int, byte[]) - Constructor for class org.kocakosm.jblake2.Blake2s
Creates a new keyed Blake2s instance.
burn() - Method in interface org.kocakosm.jblake2.Blake2
Erases the key and resets the digest, thus making this instance functionally equivalent to a newly created unkeyed digest.
burn() - Method in class org.kocakosm.jblake2.Blake2b
 
burn() - Method in class org.kocakosm.jblake2.Blake2s
 

C

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

D

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

L

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

O

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

R

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

U

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

Copyright © 2017–2018. All rights reserved.