Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.pdf.xref |
Modifier and Type | Class and Description |
---|---|
class |
PDFEncryptionJCE
An implementation of the Standard Security Handler.
|
Modifier and Type | Method and Description |
---|---|
PDFEncryption |
PDFDocument.getEncryption()
Returns the active Encryption object.
|
static PDFEncryption |
PDFEncryptionJCE.make(PDFObjectNumber objectNumber,
PDFEncryptionParams params,
PDFDocument pdf)
Creates and returns an encryption object.
|
static PDFEncryption |
PDFEncryptionManager.newInstance(PDFEncryptionParams params,
PDFDocument pdf)
Creates a new PDFEncryption instance if PDF encryption is available.
|
Modifier and Type | Method and Description |
---|---|
TrailerDictionary |
TrailerDictionary.setEncryption(PDFEncryption encryption)
Sets the value of the Encrypt entry.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.