fop 0.95

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
 PDFEncryption PDFDocument.getEncryption()
          Returns the active Encryption object.
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.
 


fop 0.95

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