Uses of Class
com.itextpdf.kernel.mac.MacProperties
Packages that use MacProperties
-
Uses of MacProperties in com.itextpdf.kernel.mac
Fields in com.itextpdf.kernel.mac declared as MacPropertiesModifier and TypeFieldDescriptionprotected final MacProperties
AbstractMacIntegrityProtector.macProperties
Methods in com.itextpdf.kernel.mac with parameters of type MacPropertiesModifier 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.Constructors in com.itextpdf.kernel.mac with parameters of type MacPropertiesModifierConstructorDescriptionprotected
AbstractMacIntegrityProtector
(PdfDocument document, MacProperties macProperties) CreatesAbstractMacIntegrityProtector
instance from the providedMacProperties
.(package private)
StandaloneMacIntegrityProtector
(PdfDocument document, MacProperties macProperties) -
Uses of MacProperties in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as MacPropertiesModifier and TypeFieldDescription(package private) static final MacProperties
EncryptionProperties.DEFAULT_MAC_PROPERTIES
protected MacProperties
EncryptionProperties.macProperties
MacProperties
class to configure MAC integrity protection properties.Methods in com.itextpdf.kernel.pdf with parameters of type MacPropertiesModifier 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
Methods in com.itextpdf.signatures.mac with parameters of type MacPropertiesModifier and TypeMethodDescriptionSignatureMacContainerLocator.createMacIntegrityProtector
(PdfDocument document, MacProperties macProperties) CreatesAbstractMacIntegrityProtector
from explicitly provided MAC properties.Constructors in com.itextpdf.signatures.mac with parameters of type MacPropertiesModifierConstructorDescription(package private)
SignatureMacIntegrityProtector
(PdfDocument document, MacProperties macProperties)