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) class
Class 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) CreatesAbstractMacIntegrityProtector
from explicitly provided MAC properties.IMacContainerLocator.createMacIntegrityProtector
(PdfDocument document, PdfDictionary authDictionary) CreatesAbstractMacIntegrityProtector
from already existing AuthCode dictionary.StandaloneMacContainerLocator.createMacIntegrityProtector
(PdfDocument document, MacProperties macProperties) CreatesAbstractMacIntegrityProtector
from explicitly provided MAC properties.StandaloneMacContainerLocator.createMacIntegrityProtector
(PdfDocument document, PdfDictionary authDictionary) CreatesAbstractMacIntegrityProtector
from already existing AuthCode dictionary.Methods in com.itextpdf.kernel.mac with parameters of type AbstractMacIntegrityProtectorModifier and TypeMethodDescriptionvoid
IMacContainerLocator.locateMacContainer
(AbstractMacIntegrityProtector macIntegrityProtector) LocatesAbstractMacIntegrityProtector
container.void
StandaloneMacContainerLocator.locateMacContainer
(AbstractMacIntegrityProtector macIntegrityProtector) LocatesAbstractMacIntegrityProtector
container. -
Uses of AbstractMacIntegrityProtector in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as AbstractMacIntegrityProtectorModifier and TypeFieldDescriptionprivate AbstractMacIntegrityProtector
PdfEncryption.macContainer
Methods in com.itextpdf.kernel.pdf that return AbstractMacIntegrityProtectorModifier and TypeMethodDescription(package private) AbstractMacIntegrityProtector
PdfEncryption.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) class
Class 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) CreatesAbstractMacIntegrityProtector
from explicitly provided MAC properties.SignatureMacContainerLocator.createMacIntegrityProtector
(PdfDocument document, PdfDictionary authDictionary) CreatesAbstractMacIntegrityProtector
from already existing AuthCode dictionary.Methods in com.itextpdf.signatures.mac with parameters of type AbstractMacIntegrityProtectorModifier and TypeMethodDescriptionvoid
SignatureMacContainerLocator.locateMacContainer
(AbstractMacIntegrityProtector macIntegrityProtector) LocatesAbstractMacIntegrityProtector
container.