Uses of Interface
com.itextpdf.commons.bouncycastle.crypto.modes.IGCMBlockCipher
Packages that use IGCMBlockCipher
Package
Description
-
Uses of IGCMBlockCipher in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IGCMBlockCipherModifier and TypeMethodDescriptionBouncyCastleFactory.createGCMBlockCipher()
Returns a Block Cipher object that implements the aes-gcm transformation. -
Uses of IGCMBlockCipher in com.itextpdf.bouncycastle.crypto.modes
Classes in com.itextpdf.bouncycastle.crypto.modes that implement IGCMBlockCipherModifier and TypeClassDescriptionclass
This class provides the functionality of a cryptographic cipher of aes-gcm for encryption and decryption via wrapping the correspondingGCMBlockCipher
class from bouncy-castle. -
Uses of IGCMBlockCipher in com.itextpdf.bouncycastlefips
Methods in com.itextpdf.bouncycastlefips that return IGCMBlockCipherModifier and TypeMethodDescriptionBouncyCastleFipsFactory.createGCMBlockCipher()
Returns a Block Cipher object that implements the aes-gcm transformation. -
Uses of IGCMBlockCipher in com.itextpdf.bouncycastlefips.crypto.modes
Classes in com.itextpdf.bouncycastlefips.crypto.modes that implement IGCMBlockCipherModifier and TypeClassDescriptionclass
This class provides the functionality of a cryptographic cipher of aes-gcm for encryption and decryption via wrapping and correctly populatingCipher
class. -
Uses of IGCMBlockCipher in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IGCMBlockCipherModifier and TypeMethodDescriptionIBouncyCastleFactory.createGCMBlockCipher()
Returns a Block Cipher object that implements the aes-gcm transformation.