Uses of Interface
com.itextpdf.kernel.crypto.IDecryptor
-
Packages that use IDecryptor Package Description com.itextpdf.kernel.crypto com.itextpdf.kernel.crypto.securityhandler -
-
Uses of IDecryptor in com.itextpdf.kernel.crypto
Classes in com.itextpdf.kernel.crypto that implement IDecryptor Modifier and Type Class Description class
AesDecryptor
class
AesGcmDecryptor
Class for decrypting aes-gcm encrypted bytes.class
StandardDecryptor
-
Uses of IDecryptor in com.itextpdf.kernel.crypto.securityhandler
Methods in com.itextpdf.kernel.crypto.securityhandler that return IDecryptor Modifier and Type Method Description IDecryptor
PubSecHandlerUsingAes128. getDecryptor()
IDecryptor
PubSecHandlerUsingAesGcm. getDecryptor()
IDecryptor
PubSecHandlerUsingStandard40. getDecryptor()
abstract IDecryptor
SecurityHandler. getDecryptor()
Gets decryptor object.IDecryptor
StandardHandlerUsingAes128. getDecryptor()
IDecryptor
StandardHandlerUsingAes256. getDecryptor()
IDecryptor
StandardHandlerUsingAesGcm. getDecryptor()
IDecryptor
StandardHandlerUsingStandard40. getDecryptor()
-