Uses of Class
org.bouncycastle.crypto.modes.GCMBlockCipher
-
Packages that use GCMBlockCipher Package Description org.bouncycastle.crypto.macs -
-
Uses of GCMBlockCipher in org.bouncycastle.crypto.macs
Constructors in org.bouncycastle.crypto.macs with parameters of type GCMBlockCipher Constructor 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.
-