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 | Description |
---|---|---|
class |
PDFEncryptionJCE |
An implementation of the Standard Security Handler.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
TrailerDictionary |
TrailerDictionary.setEncryption(PDFEncryption encryption) |
Sets the value of the Encrypt entry.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.