Package | Description |
---|---|
org.bouncycastle.crypto.macs |
Constructor and Description |
---|
GMac(GCMBlockCipher cipher)
Creates a GMAC based on the operation of a block cipher in GCM mode.
|
GMac(GCMBlockCipher cipher,
int macSizeBits)
Creates a GMAC based on the operation of a 128 bit block cipher in GCM mode.
|
Copyright © 2020 BouncyCastle.org. All rights reserved.