Uses of Interface
com.itextpdf.kernel.security.IExternalDecryptionProcess
Packages that use IExternalDecryptionProcess
-
Uses of IExternalDecryptionProcess in com.itextpdf.kernel.crypto.securityhandler
Methods in com.itextpdf.kernel.crypto.securityhandler with parameters of type IExternalDecryptionProcessModifier and TypeMethodDescriptionprotected static byte[]
PubKeySecurityHandler.computeGlobalKeyOnReading
(PdfDictionary encryptionDictionary, PrivateKey certificateKey, Certificate certificate, String certificateKeyProvider, IExternalDecryptionProcess externalDecryptionProcess, boolean encryptMetadata, String digestAlgorithm) protected void
PubKeySecurityHandler.initKeyAndReadDictionary
(PdfDictionary encryptionDictionary, Key certificateKey, Certificate certificate, String certificateKeyProvider, IExternalDecryptionProcess externalDecryptionProcess, boolean encryptMetadata) Constructors in com.itextpdf.kernel.crypto.securityhandler with parameters of type IExternalDecryptionProcessModifierConstructorDescriptionPubSecHandlerUsingAes128
(PdfDictionary encryptionDictionary, Key certificateKey, Certificate certificate, String certificateKeyProvider, IExternalDecryptionProcess externalDecryptionProcess, boolean encryptMetadata) PubSecHandlerUsingAes256
(PdfDictionary encryptionDictionary, Key certificateKey, Certificate certificate, String certificateKeyProvider, IExternalDecryptionProcess externalDecryptionProcess, boolean encryptMetadata) PubSecHandlerUsingAesGcm
(PdfDictionary encryptionDictionary, Key certificateKey, Certificate certificate, String certificateKeyProvider, IExternalDecryptionProcess externalDecryptionProcess, boolean encryptMetadata) Creates newPubSecHandlerUsingAesGcm
instance for decryption.PubSecHandlerUsingStandard128
(PdfDictionary encryptionDictionary, Key certificateKey, Certificate certificate, String certificateKeyProvider, IExternalDecryptionProcess externalDecryptionProcess, boolean encryptMetadata) PubSecHandlerUsingStandard40
(PdfDictionary encryptionDictionary, Key certificateKey, Certificate certificate, String certificateKeyProvider, IExternalDecryptionProcess externalDecryptionProcess, boolean encryptMetadata) -
Uses of IExternalDecryptionProcess in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as IExternalDecryptionProcessModifier and TypeFieldDescriptionprotected IExternalDecryptionProcess
ReaderProperties.externalDecryptionProcess
Methods in com.itextpdf.kernel.pdf with parameters of type IExternalDecryptionProcessModifier and TypeMethodDescriptionReaderProperties.setPublicKeySecurityParams
(Certificate certificate, IExternalDecryptionProcess externalDecryptionProcess) Defines the certificate which will be used if the document is encrypted with public key encryption (see Pdf 1.7 specification, 7.6.4.ReaderProperties.setPublicKeySecurityParams
(Certificate certificate, Key certificateKey, String certificateKeyProvider, IExternalDecryptionProcess externalDecryptionProcess) Defines the certificate which will be used if the document is encrypted with public key encryption (see Pdf 1.7 specification, 7.6.4.Constructors in com.itextpdf.kernel.pdf with parameters of type IExternalDecryptionProcessModifierConstructorDescriptionPdfEncryption
(PdfDictionary pdfDict, Key certificateKey, Certificate certificate, String certificateKeyProvider, IExternalDecryptionProcess externalDecryptionProcess) CreatesPdfEncryption
instance based on already existing public encryption dictionary.