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 IGCMBlockCipherBouncyCastleFactory. 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 classGCMBlockCipherBCThis class provides the functionality of a cryptographic cipher of aes-gcm for encryption and decryption via wrapping the correspondingGCMBlockCipherclass from bouncy-castle. -
Uses of IGCMBlockCipher in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IGCMBlockCipher Modifier and Type Method Description IGCMBlockCipherBouncyCastleDefaultFactory. createGCMBlockCipher() -
Uses of IGCMBlockCipher in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IGCMBlockCipher Modifier and Type Method Description IGCMBlockCipherIBouncyCastleFactory. 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 IGCMBlockCipherAESGCMCipher. cipher
-