fop 0.94

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. 
 

Uses of PDFEncryption in org.apache.fop.pdf
 

Classes in org.apache.fop.pdf that implement PDFEncryption
 class PDFEncryptionJCE
          class representing a /Filter /Standard object.
 

Fields in org.apache.fop.pdf declared as PDFEncryption
protected  PDFEncryption PDFDocument.encryption
          the documents encryption, if exists
 

Methods in org.apache.fop.pdf that return PDFEncryption
static PDFEncryption PDFEncryptionManager.newInstance(int objnum, PDFEncryptionParams params)
          Creates a new PDFEncryption instance if PDF encryption is available.
 PDFEncryption PDFDocument.getEncryption()
          Returns the active Encryption object.
static PDFEncryption PDFEncryptionJCE.make(int objnum, PDFEncryptionParams params)
          Local factory method.
 


fop 0.94

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