fop 0.95

Uses of Class
org.apache.fop.pdf.PDFEncryptionParams

Packages that use PDFEncryptionParams
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. 
org.apache.fop.render.pdf PDF Renderer 
 

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 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 PDFEncryptionJCE.setParams(PDFEncryptionParams params)
          Sets the encryption parameters.
 void PDFEncryption.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.
 

Uses of PDFEncryptionParams in org.apache.fop.render.pdf
 

Fields in org.apache.fop.render.pdf declared as PDFEncryptionParams
protected  PDFEncryptionParams PDFRenderer.encryptionParams
          the (optional) encryption parameters
 


fop 0.95

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