|
fop 1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFEncryption | |
---|---|
org.apache.fop.pdf | Classes for handling the low-level creation of PDF documents. |
org.apache.fop.pdf.xref |
Uses of PDFEncryption in org.apache.fop.pdf |
---|
Classes in org.apache.fop.pdf that implement PDFEncryption | |
---|---|
class |
PDFEncryptionJCE
An implementation of the Standard Security Handler. |
Methods in org.apache.fop.pdf that return PDFEncryption | |
---|---|
PDFEncryption |
PDFDocument.getEncryption()
Returns the active Encryption object. |
static PDFEncryption |
PDFEncryptionJCE.make(int objectNumber,
PDFEncryptionParams params,
PDFDocument pdf)
Creates and returns an encryption object. |
static PDFEncryption |
PDFEncryptionManager.newInstance(int objnum,
PDFEncryptionParams params,
PDFDocument pdf)
Creates a new PDFEncryption instance if PDF encryption is available. |
Uses of PDFEncryption in org.apache.fop.pdf.xref |
---|
Methods in org.apache.fop.pdf.xref with parameters of type PDFEncryption | |
---|---|
TrailerDictionary |
TrailerDictionary.setEncryption(PDFEncryption encryption)
Sets the value of the Encrypt entry. |
|
fop 1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |