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 MacProperties
AbstractMacIntegrityProtector. macProperties
Methods in com.itextpdf.kernel.mac with parameters of type MacProperties Modifier and Type Method Description AbstractMacIntegrityProtector
IMacContainerLocator. createMacIntegrityProtector(PdfDocument document, MacProperties macProperties)
CreatesAbstractMacIntegrityProtector
from explicitly provided MAC properties.AbstractMacIntegrityProtector
StandaloneMacContainerLocator. createMacIntegrityProtector(PdfDocument document, MacProperties macProperties)
CreatesAbstractMacIntegrityProtector
from explicitly provided MAC properties.Constructors in com.itextpdf.kernel.mac with parameters of type MacProperties Constructor Description AbstractMacIntegrityProtector(PdfDocument document, MacProperties macProperties)
CreatesAbstractMacIntegrityProtector
instance 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 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 MacProperties Modifier and Type Method Description EncryptionProperties
EncryptionProperties. setPublicKeyEncryption(java.security.cert.Certificate[] certs, int[] permissions, int encryptionAlgorithm, MacProperties macProperties)
Sets the certificate encryption options for the document.WriterProperties
WriterProperties. setPublicKeyEncryption(java.security.cert.Certificate[] certs, int[] permissions, int encryptionAlgorithm, MacProperties macProperties)
Sets the certificate encryption options for the document.EncryptionProperties
EncryptionProperties. setStandardEncryption(byte[] userPassword, byte[] ownerPassword, int permissions, int encryptionAlgorithm, MacProperties macProperties)
Sets the encryption options for the document.WriterProperties
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 MacProperties Modifier and Type Method Description AbstractMacIntegrityProtector
SignatureMacContainerLocator. createMacIntegrityProtector(PdfDocument document, MacProperties macProperties)
CreatesAbstractMacIntegrityProtector
from explicitly provided MAC properties.Constructors in com.itextpdf.signatures.mac with parameters of type MacProperties Constructor Description SignatureMacIntegrityProtector(PdfDocument document, MacProperties macProperties)
-