Uses of Class
org.bouncycastle.crypto.modes.KGCMBlockCipher
Packages that use KGCMBlockCipher
-
Uses of KGCMBlockCipher in org.bouncycastle.crypto.macs
Constructors in org.bouncycastle.crypto.macs with parameters of type KGCMBlockCipherModifierConstructorDescriptionKGMac(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.