Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.render.pdf |
PDF Renderer
|
Modifier and Type | Method and Description |
---|---|
PDFEncryptionParams |
PDFEncryption.getParams()
Returns the encryption parameters.
|
PDFEncryptionParams |
PDFEncryptionJCE.getParams()
Returns the encryption parameters.
|
Modifier and Type | Method and Description |
---|---|
static PDFEncryption |
PDFEncryptionJCE.make(int objnum,
PDFEncryptionParams params)
Local factory method.
|
static PDFEncryption |
PDFEncryptionManager.newInstance(int objnum,
PDFEncryptionParams params)
Creates a new PDFEncryption instance if PDF encryption is available.
|
void |
PDFDocument.setEncryption(PDFEncryptionParams params)
Enables PDF encryption.
|
void |
PDFEncryption.setParams(PDFEncryptionParams params)
Sets the encryption parameters.
|
void |
PDFEncryptionJCE.setParams(PDFEncryptionParams params)
Sets the encryption parameters.
|
static void |
PDFEncryptionManager.setupPDFEncryption(PDFEncryptionParams params,
PDFDocument pdf)
Sets up PDF encryption if PDF encryption is requested by registering
a
PDFEncryptionParams object with the user agent and if
the necessary cryptographic support is available. |
Modifier and Type | Method and Description |
---|---|
void |
PDFRenderer.setEncryptionParams(PDFEncryptionParams encryptionParams)
Sets the encryption parameters used by the PDF renderer.
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.