Uses of Class
com.itextpdf.kernel.mac.MacProperties
-
Packages that use MacProperties Package Description com.itextpdf.kernel.mac com.itextpdf.kernel.pdf com.itextpdf.signatures.mac -
-
Uses of MacProperties in com.itextpdf.kernel.mac
Fields in com.itextpdf.kernel.mac declared as MacProperties Modifier and Type Field Description protected MacPropertiesAbstractMacIntegrityProtector. macPropertiesMethods in com.itextpdf.kernel.mac with parameters of type MacProperties Modifier and Type Method Description AbstractMacIntegrityProtectorIMacContainerLocator. createMacIntegrityProtector(PdfDocument document, MacProperties macProperties)CreatesAbstractMacIntegrityProtectorfrom explicitly provided MAC properties.AbstractMacIntegrityProtectorStandaloneMacContainerLocator. createMacIntegrityProtector(PdfDocument document, MacProperties macProperties)CreatesAbstractMacIntegrityProtectorfrom explicitly provided MAC properties.Constructors in com.itextpdf.kernel.mac with parameters of type MacProperties Constructor Description AbstractMacIntegrityProtector(PdfDocument document, MacProperties macProperties)CreatesAbstractMacIntegrityProtectorinstance from the providedMacProperties.StandaloneMacIntegrityProtector(PdfDocument document, MacProperties macProperties) -
Uses of MacProperties in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as MacProperties Modifier and Type Field Description (package private) static MacPropertiesEncryptionProperties. DEFAULT_MAC_PROPERTIESprotected MacPropertiesEncryptionProperties. macPropertiesMacPropertiesclass to configure MAC integrity protection properties.Methods in com.itextpdf.kernel.pdf with parameters of type MacProperties Modifier and Type Method Description EncryptionPropertiesEncryptionProperties. setPublicKeyEncryption(java.security.cert.Certificate[] certs, int[] permissions, int encryptionAlgorithm, MacProperties macProperties)Sets the certificate encryption options for the document.WriterPropertiesWriterProperties. setPublicKeyEncryption(java.security.cert.Certificate[] certs, int[] permissions, int encryptionAlgorithm, MacProperties macProperties)Sets the certificate encryption options for the document.EncryptionPropertiesEncryptionProperties. setStandardEncryption(byte[] userPassword, byte[] ownerPassword, int permissions, int encryptionAlgorithm, MacProperties macProperties)Sets the encryption options for the document.WriterPropertiesWriterProperties. 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 MacProperties Modifier and Type Method Description AbstractMacIntegrityProtectorSignatureMacContainerLocator. createMacIntegrityProtector(PdfDocument document, MacProperties macProperties)CreatesAbstractMacIntegrityProtectorfrom explicitly provided MAC properties.Constructors in com.itextpdf.signatures.mac with parameters of type MacProperties Constructor Description SignatureMacIntegrityProtector(PdfDocument document, MacProperties macProperties)
-