Uses of Class
com.itextpdf.kernel.mac.AbstractMacIntegrityProtector
-
Packages that use AbstractMacIntegrityProtector Package Description com.itextpdf.kernel.mac com.itextpdf.kernel.pdf com.itextpdf.signatures.mac -
-
Uses of AbstractMacIntegrityProtector in com.itextpdf.kernel.mac
Subclasses of AbstractMacIntegrityProtector in com.itextpdf.kernel.mac Modifier and Type Class Description (package private) classStandaloneMacIntegrityProtectorClass responsible for integrity protection in encrypted documents, which uses MAC container in the standalone mode.Methods in com.itextpdf.kernel.mac that return AbstractMacIntegrityProtector Modifier and Type Method Description AbstractMacIntegrityProtectorIMacContainerLocator. createMacIntegrityProtector(PdfDocument document, MacProperties macProperties)CreatesAbstractMacIntegrityProtectorfrom explicitly provided MAC properties.AbstractMacIntegrityProtectorIMacContainerLocator. createMacIntegrityProtector(PdfDocument document, PdfDictionary authDictionary)CreatesAbstractMacIntegrityProtectorfrom already existing AuthCode dictionary.AbstractMacIntegrityProtectorStandaloneMacContainerLocator. createMacIntegrityProtector(PdfDocument document, MacProperties macProperties)CreatesAbstractMacIntegrityProtectorfrom explicitly provided MAC properties.AbstractMacIntegrityProtectorStandaloneMacContainerLocator. createMacIntegrityProtector(PdfDocument document, PdfDictionary authDictionary)CreatesAbstractMacIntegrityProtectorfrom already existing AuthCode dictionary.Methods in com.itextpdf.kernel.mac with parameters of type AbstractMacIntegrityProtector Modifier and Type Method Description voidIMacContainerLocator. locateMacContainer(AbstractMacIntegrityProtector macIntegrityProtector)LocatesAbstractMacIntegrityProtectorcontainer.voidStandaloneMacContainerLocator. locateMacContainer(AbstractMacIntegrityProtector macIntegrityProtector)LocatesAbstractMacIntegrityProtectorcontainer. -
Uses of AbstractMacIntegrityProtector in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as AbstractMacIntegrityProtector Modifier and Type Field Description private AbstractMacIntegrityProtectorPdfEncryption. macContainerMethods in com.itextpdf.kernel.pdf that return AbstractMacIntegrityProtector Modifier and Type Method Description (package private) AbstractMacIntegrityProtectorPdfEncryption. getMacContainer()Constructors in com.itextpdf.kernel.pdf with parameters of type AbstractMacIntegrityProtector Constructor Description PdfEncryption(byte[] userPassword, byte[] ownerPassword, int permissions, int encryptionType, byte[] documentId, PdfVersion version, AbstractMacIntegrityProtector macContainer)Creates the encryption.PdfEncryption(java.security.cert.Certificate[] certs, int[] permissions, int encryptionType, PdfVersion version, AbstractMacIntegrityProtector macContainer)Creates the certificate encryption. -
Uses of AbstractMacIntegrityProtector in com.itextpdf.signatures.mac
Subclasses of AbstractMacIntegrityProtector in com.itextpdf.signatures.mac Modifier and Type Class Description (package private) classSignatureMacIntegrityProtectorClass responsible for integrity protection in encrypted documents which uses MAC container in the signature mode.Methods in com.itextpdf.signatures.mac that return AbstractMacIntegrityProtector Modifier and Type Method Description AbstractMacIntegrityProtectorSignatureMacContainerLocator. createMacIntegrityProtector(PdfDocument document, MacProperties macProperties)CreatesAbstractMacIntegrityProtectorfrom explicitly provided MAC properties.AbstractMacIntegrityProtectorSignatureMacContainerLocator. createMacIntegrityProtector(PdfDocument document, PdfDictionary authDictionary)CreatesAbstractMacIntegrityProtectorfrom already existing AuthCode dictionary.Methods in com.itextpdf.signatures.mac with parameters of type AbstractMacIntegrityProtector Modifier and Type Method Description voidSignatureMacContainerLocator. locateMacContainer(AbstractMacIntegrityProtector macIntegrityProtector)LocatesAbstractMacIntegrityProtectorcontainer.
-