|
fop 0.90alpha1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFEncryptionParams | |
org.apache.fop.apps | Application classes used for running FOP embedded in other applications. |
org.apache.fop.pdf | Classes for handling the low-level creation of PDF documents. These classes were developed for FOP, but could be used by other applications wishing to produce PDF. |
Uses of PDFEncryptionParams in org.apache.fop.apps |
Methods in org.apache.fop.apps that return PDFEncryptionParams | |
PDFEncryptionParams |
FOUserAgent.getPDFEncryptionParams()
Returns the parameters for PDF encryption. |
Methods in org.apache.fop.apps with parameters of type PDFEncryptionParams | |
void |
FOUserAgent.setPDFEncryptionParams(PDFEncryptionParams pdfEncryptionParams)
Sets the parameters for PDF encryption. |
Uses of PDFEncryptionParams in org.apache.fop.pdf |
Methods in org.apache.fop.pdf that return PDFEncryptionParams | |
PDFEncryptionParams |
PDFEncryptionJCE.getParams()
Returns the encryption parameters. |
PDFEncryptionParams |
PDFEncryption.getParams()
Returns the encryption parameters. |
Methods in org.apache.fop.pdf with parameters of type PDFEncryptionParams | |
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. |
static PDFEncryption |
PDFEncryptionManager.newInstance(int objnum,
PDFEncryptionParams params)
Creates a new PDFEncryption instance if PDF encryption is available. |
static PDFEncryption |
PDFEncryptionJCE.make(int objnum,
PDFEncryptionParams params)
Local factory method. |
void |
PDFEncryptionJCE.setParams(PDFEncryptionParams params)
Sets the encryption parameters. |
void |
PDFDocument.setEncryption(PDFEncryptionParams params)
Enables PDF encryption. |
void |
PDFEncryption.setParams(PDFEncryptionParams params)
Sets the encryption parameters. |
|
fop 0.90alpha1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |