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

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

Introduction

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

The text is from its open source code.

Implementation

org.bouncycastle.crypto.Mac has the following implementations.
Click this link to see all its implementation.

Method

intdoFinal(byte[] out, int outOff)
Compute the final stage of the MAC writing the output to the out parameter.
intgetMacSize()
Return the block size for this MAC (in bytes).
voidinit(CipherParameters params)
Initialise the MAC.
voidreset()
Reset the MAC.
voidupdate(byte[] in, int inOff, int len)