Uses of Interface
com.itextpdf.kernel.crypto.IDecryptor
Packages that use IDecryptor
-
Uses of IDecryptor in com.itextpdf.kernel.crypto
Classes in com.itextpdf.kernel.crypto that implement IDecryptorModifier and TypeClassDescriptionclass
class
Class for decrypting aes-gcm encrypted bytes.class
-
Uses of IDecryptor in com.itextpdf.kernel.crypto.securityhandler
Methods in com.itextpdf.kernel.crypto.securityhandler that return IDecryptorModifier and TypeMethodDescriptionPubSecHandlerUsingAes128.getDecryptor()
PubSecHandlerUsingAesGcm.getDecryptor()
PubSecHandlerUsingStandard40.getDecryptor()
abstract IDecryptor
SecurityHandler.getDecryptor()
Gets decryptor object.StandardHandlerUsingAes128.getDecryptor()
StandardHandlerUsingAes256.getDecryptor()
StandardHandlerUsingAesGcm.getDecryptor()
StandardHandlerUsingStandard40.getDecryptor()