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

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

Introduction

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

The text is from its open source code.

Constructor

CBCBlockCipherMac(BlockCipher cipher, int macSizeInBits, BlockCipherPadding padding)
create a standard MAC based on a block cipher with the size of the MAC been given in bits.