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.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IGCMBlockCipher -
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. -
Uses of IGCMBlockCipher in com.itextpdf.kernel.crypto
Fields in com.itextpdf.kernel.crypto declared as IGCMBlockCipher