Uses of Interface
com.itextpdf.commons.bouncycastle.crypto.modes.IGCMBlockCipher
-
Packages that use IGCMBlockCipher Package Description com.itextpdf.bouncycastle com.itextpdf.bouncycastle.crypto.modes com.itextpdf.bouncycastleconnector com.itextpdf.commons.bouncycastle com.itextpdf.kernel.crypto -
-
Uses of IGCMBlockCipher in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IGCMBlockCipher Modifier and Type Method Description IGCMBlockCipher
BouncyCastleFactory. 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 IGCMBlockCipher Modifier and Type Class Description class
GCMBlockCipherBC
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.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IGCMBlockCipher Modifier and Type Method Description IGCMBlockCipher
BouncyCastleDefaultFactory. createGCMBlockCipher()
-
Uses of IGCMBlockCipher in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IGCMBlockCipher Modifier and Type Method Description IGCMBlockCipher
IBouncyCastleFactory. createGCMBlockCipher()
Returns a Block Cipher object that implements the aes-gcm transformation. -
Uses of IGCMBlockCipher in com.itextpdf.kernel.crypto
Fields in com.itextpdf.kernel.crypto declared as IGCMBlockCipher Modifier and Type Field Description private IGCMBlockCipher
AESGCMCipher. cipher
-