Uses of Interface
com.itextpdf.commons.bouncycastle.crypto.modes.IGCMBlockCipher
Package
Description
-
Uses of IGCMBlockCipher in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createGCMBlockCipher()
Returns a Block Cipher object that implements the aes-gcm transformation. -
Uses of IGCMBlockCipher in com.itextpdf.bouncycastle.crypto.modes
Modifier 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
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createGCMBlockCipher()
Returns a Block Cipher object that implements the aes-gcm transformation. -
Uses of IGCMBlockCipher in com.itextpdf.bouncycastlefips.crypto.modes
Modifier 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
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createGCMBlockCipher()
Returns a Block Cipher object that implements the aes-gcm transformation.