fop 0.92beta

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. These classes were developed for FOP, but could be used by other applications wishing to produce PDF. 
 

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.92beta

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