Uses of Class
org.bouncycastle.crypto.modes.KGCMBlockCipher
-
Packages that use KGCMBlockCipher Package Description org.bouncycastle.crypto.macs -
-
Uses of KGCMBlockCipher in org.bouncycastle.crypto.macs
Constructors in org.bouncycastle.crypto.macs with parameters of type KGCMBlockCipher Constructor Description KGMac(KGCMBlockCipher cipher)
Creates a KGMAC based on the operation of a block cipher in GCM mode.KGMac(KGCMBlockCipher cipher, int macSizeBits)
Creates a GMAC based on the operation of a 128 bit block cipher in GCM mode.
-