Java org.bouncycastle.crypto.digests Blake2bDigest fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.crypto.digests Blake2bDigest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.crypto.digests Blake2bDigest.

The text is from its open source code.

Constructor

Blake2bDigest()
Blake2bDigest(Blake2bDigest digest)
Blake2bDigest(int digestSize)
Basic sized constructor - size in bits.
Blake2bDigest(byte[] key)
Blake2b for authentication ("Prefix-MAC mode").

Method

intdoFinal(byte[] out, int outOffset)
close the digest, producing the final digest value.
intgetDigestSize()
return the size, in bytes, of the digest produced by this message digest.
voidupdate(byte[] message, int offset, int len)
update the message digest with a block of bytes.