Uses of Class
com.itextpdf.kernel.mac.AbstractMacIntegrityProtector
Packages that use AbstractMacIntegrityProtector
-
Uses of AbstractMacIntegrityProtector in com.itextpdf.kernel.mac
Subclasses of AbstractMacIntegrityProtector in com.itextpdf.kernel.macModifier and TypeClassDescription(package private) classClass responsible for integrity protection in encrypted documents, which uses MAC container in the standalone mode.Methods in com.itextpdf.kernel.mac that return AbstractMacIntegrityProtectorModifier and TypeMethodDescriptionIMacContainerLocator.createMacIntegrityProtector(PdfDocument document, MacProperties macProperties) CreatesAbstractMacIntegrityProtectorfrom explicitly provided MAC properties.IMacContainerLocator.createMacIntegrityProtector(PdfDocument document, PdfDictionary authDictionary) CreatesAbstractMacIntegrityProtectorfrom already existing AuthCode dictionary.StandaloneMacContainerLocator.createMacIntegrityProtector(PdfDocument document, MacProperties macProperties) CreatesAbstractMacIntegrityProtectorfrom explicitly provided MAC properties.StandaloneMacContainerLocator.createMacIntegrityProtector(PdfDocument document, PdfDictionary authDictionary) CreatesAbstractMacIntegrityProtectorfrom already existing AuthCode dictionary.Methods in com.itextpdf.kernel.mac with parameters of type AbstractMacIntegrityProtectorModifier and TypeMethodDescriptionvoidIMacContainerLocator.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 AbstractMacIntegrityProtectorModifier and TypeFieldDescriptionprivate AbstractMacIntegrityProtectorPdfEncryption.macContainerMethods in com.itextpdf.kernel.pdf that return AbstractMacIntegrityProtectorModifier and TypeMethodDescription(package private) AbstractMacIntegrityProtectorPdfEncryption.getMacContainer()Constructors in com.itextpdf.kernel.pdf with parameters of type AbstractMacIntegrityProtectorModifierConstructorDescriptionPdfEncryption(byte[] userPassword, byte[] ownerPassword, int permissions, int encryptionType, byte[] documentId, PdfVersion version, AbstractMacIntegrityProtector macContainer) Creates the encryption.PdfEncryption(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.macModifier and TypeClassDescription(package private) classClass responsible for integrity protection in encrypted documents which uses MAC container in the signature mode.Methods in com.itextpdf.signatures.mac that return AbstractMacIntegrityProtectorModifier and TypeMethodDescriptionSignatureMacContainerLocator.createMacIntegrityProtector(PdfDocument document, MacProperties macProperties) CreatesAbstractMacIntegrityProtectorfrom explicitly provided MAC properties.SignatureMacContainerLocator.createMacIntegrityProtector(PdfDocument document, PdfDictionary authDictionary) CreatesAbstractMacIntegrityProtectorfrom already existing AuthCode dictionary.Methods in com.itextpdf.signatures.mac with parameters of type AbstractMacIntegrityProtectorModifier and TypeMethodDescriptionvoidSignatureMacContainerLocator.locateMacContainer(AbstractMacIntegrityProtector macIntegrityProtector) LocatesAbstractMacIntegrityProtectorcontainer.