fop 1.0

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.
 

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 1.0

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