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) class
StandaloneMacIntegrityProtector
Class 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 AbstractMacIntegrityProtector
IMacContainerLocator. createMacIntegrityProtector(PdfDocument document, MacProperties macProperties)
CreatesAbstractMacIntegrityProtector
from explicitly provided MAC properties.AbstractMacIntegrityProtector
IMacContainerLocator. createMacIntegrityProtector(PdfDocument document, PdfDictionary authDictionary)
CreatesAbstractMacIntegrityProtector
from already existing AuthCode dictionary.AbstractMacIntegrityProtector
StandaloneMacContainerLocator. createMacIntegrityProtector(PdfDocument document, MacProperties macProperties)
CreatesAbstractMacIntegrityProtector
from explicitly provided MAC properties.AbstractMacIntegrityProtector
StandaloneMacContainerLocator. createMacIntegrityProtector(PdfDocument document, PdfDictionary authDictionary)
CreatesAbstractMacIntegrityProtector
from already existing AuthCode dictionary.Methods in com.itextpdf.kernel.mac with parameters of type AbstractMacIntegrityProtector Modifier and Type Method Description void
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 AbstractMacIntegrityProtector Modifier and Type Field Description private AbstractMacIntegrityProtector
PdfEncryption. macContainer
Methods in com.itextpdf.kernel.pdf that return AbstractMacIntegrityProtector Modifier and Type Method Description (package private) AbstractMacIntegrityProtector
PdfEncryption. 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) class
SignatureMacIntegrityProtector
Class 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 AbstractMacIntegrityProtector
SignatureMacContainerLocator. createMacIntegrityProtector(PdfDocument document, MacProperties macProperties)
CreatesAbstractMacIntegrityProtector
from explicitly provided MAC properties.AbstractMacIntegrityProtector
SignatureMacContainerLocator. createMacIntegrityProtector(PdfDocument document, PdfDictionary authDictionary)
CreatesAbstractMacIntegrityProtector
from already existing AuthCode dictionary.Methods in com.itextpdf.signatures.mac with parameters of type AbstractMacIntegrityProtector Modifier and Type Method Description void
SignatureMacContainerLocator. locateMacContainer(AbstractMacIntegrityProtector macIntegrityProtector)
LocatesAbstractMacIntegrityProtector
container.
-