| Package | Description |
|---|---|
| com.itextpdf.kernel.mac | |
| com.itextpdf.kernel.pdf |
| Modifier and Type | Method and Description |
|---|---|
AbstractMacIntegrityProtector |
StandaloneMacContainerLocator.createMacIntegrityProtector(PdfDocument document,
MacProperties macProperties)
Creates
AbstractMacIntegrityProtector from explicitly provided MAC properties. |
AbstractMacIntegrityProtector |
IMacContainerLocator.createMacIntegrityProtector(PdfDocument document,
MacProperties macProperties)
Creates
AbstractMacIntegrityProtector from explicitly provided MAC properties. |
AbstractMacIntegrityProtector |
StandaloneMacContainerLocator.createMacIntegrityProtector(PdfDocument document,
PdfDictionary authDictionary)
Creates
AbstractMacIntegrityProtector from already existing AuthCode dictionary. |
AbstractMacIntegrityProtector |
IMacContainerLocator.createMacIntegrityProtector(PdfDocument document,
PdfDictionary authDictionary)
Creates
AbstractMacIntegrityProtector from already existing AuthCode dictionary. |
| Modifier and Type | Method and Description |
|---|---|
void |
StandaloneMacContainerLocator.locateMacContainer(AbstractMacIntegrityProtector macIntegrityProtector)
Locates
AbstractMacIntegrityProtector container. |
void |
IMacContainerLocator.locateMacContainer(AbstractMacIntegrityProtector macIntegrityProtector)
Locates
AbstractMacIntegrityProtector container. |
| Constructor and Description |
|---|
PdfEncryption(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.
|
Copyright © 1998–2024 Apryse Group NV. All rights reserved.