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

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

Introduction

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

The text is from its open source code.

Constructor

CMac(BlockCipher cipher)
create a standard MAC based on a CBC block cipher (64 or 128 bit block).
CMac(BlockCipher cipher, int macSizeInBits)
create a standard MAC based on a block cipher with the size of the MAC been given in bits.

Method