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