Uses of Interface
org.bouncycastle.crypto.modes.GCMModeCipher
Packages that use GCMModeCipher
-
Uses of GCMModeCipher in org.bouncycastle.crypto.macs
Constructors in org.bouncycastle.crypto.macs with parameters of type GCMModeCipherModifierConstructorDescriptionGMac(GCMModeCipher cipher) Creates a GMAC based on the operation of a block cipher in GCM mode.GMac(GCMModeCipher cipher, int macSizeBits) Creates a GMAC based on the operation of a 128 bit block cipher in GCM mode. -
Uses of GCMModeCipher in org.bouncycastle.crypto.modes
Classes in org.bouncycastle.crypto.modes that implement GCMModeCipherModifier and TypeClassDescriptionclassImplements the Galois/Counter mode (GCM) detailed in NIST Special Publication 800-38D.Methods in org.bouncycastle.crypto.modes that return GCMModeCipherModifier and TypeMethodDescriptionstatic GCMModeCipherGCMBlockCipher.newInstance(BlockCipher cipher) Return a new GCM mode cipher based on the passed in base cipherstatic GCMModeCipherGCMBlockCipher.newInstance(BlockCipher cipher, GCMMultiplier m) Return a new GCM mode cipher based on the passed in base cipher and multiplier.