Uses of Class
com.itextpdf.kernel.mac.AbstractMacIntegrityProtector
-
Uses of AbstractMacIntegrityProtector in com.itextpdf.kernel.mac
Modifier 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.Modifier and TypeMethodDescriptionvoid
IMacContainerLocator.locateMacContainer
(AbstractMacIntegrityProtector macIntegrityProtector) LocatesAbstractMacIntegrityProtector
container.void
StandaloneMacContainerLocator.locateMacContainer
(AbstractMacIntegrityProtector macIntegrityProtector) LocatesAbstractMacIntegrityProtector
container. -
Uses of AbstractMacIntegrityProtector in com.itextpdf.kernel.pdf
ModifierConstructorDescriptionPdfEncryption
(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
Modifier 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.Modifier and TypeMethodDescriptionvoid
SignatureMacContainerLocator.locateMacContainer
(AbstractMacIntegrityProtector macIntegrityProtector) LocatesAbstractMacIntegrityProtector
container.