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

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

Introduction

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

The text is from its open source code.

Constructor

GMac(final GCMBlockCipher cipher, final int macSizeBits)
Creates a GMAC based on the operation of a 128 bit block cipher in GCM mode.

Method

intdoFinal(byte[] out, int outOff)
intgetMacSize()
voidinit(final CipherParameters params)
Initialises the GMAC - requires a ParametersWithIV providing a KeyParameter and a nonce.
voidupdate(byte[] in, int inOff, int len)