fop 1.1

Uses of Interface
org.apache.fop.pdf.PDFEncryption

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

Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.