Uses of Class
com.itextpdf.kernel.mac.MacProperties
-
Uses of MacProperties in com.itextpdf.kernel.mac
Modifier and TypeFieldDescriptionprotected final MacProperties
AbstractMacIntegrityProtector.macProperties
Modifier and TypeMethodDescriptionIMacContainerLocator.createMacIntegrityProtector
(PdfDocument document, MacProperties macProperties) CreatesAbstractMacIntegrityProtector
from explicitly provided MAC properties.StandaloneMacContainerLocator.createMacIntegrityProtector
(PdfDocument document, MacProperties macProperties) CreatesAbstractMacIntegrityProtector
from explicitly provided MAC properties.ModifierConstructorDescriptionprotected
AbstractMacIntegrityProtector
(PdfDocument document, MacProperties macProperties) CreatesAbstractMacIntegrityProtector
instance from the providedMacProperties
. -
Uses of MacProperties in com.itextpdf.kernel.pdf
Modifier and TypeFieldDescriptionprotected MacProperties
EncryptionProperties.macProperties
MacProperties
class to configure MAC integrity protection properties.Modifier and TypeMethodDescriptionEncryptionProperties.setPublicKeyEncryption
(Certificate[] certs, int[] permissions, int encryptionAlgorithm, MacProperties macProperties) Sets the certificate encryption options for the document.WriterProperties.setPublicKeyEncryption
(Certificate[] certs, int[] permissions, int encryptionAlgorithm, MacProperties macProperties) Sets the certificate encryption options for the document.EncryptionProperties.setStandardEncryption
(byte[] userPassword, byte[] ownerPassword, int permissions, int encryptionAlgorithm, MacProperties macProperties) Sets the encryption options for the document.WriterProperties.setStandardEncryption
(byte[] userPassword, byte[] ownerPassword, int permissions, int encryptionAlgorithm, MacProperties macProperties) Sets the encryption options for the document. -
Uses of MacProperties in com.itextpdf.signatures.mac
Modifier and TypeMethodDescriptionSignatureMacContainerLocator.createMacIntegrityProtector
(PdfDocument document, MacProperties macProperties) CreatesAbstractMacIntegrityProtector
from explicitly provided MAC properties.