Uses of Class
org.foray.pdf.object.PDFEncryption

Packages that use PDFEncryption
org.foray.pdf.object Classes representing various PDF objects, used in the construction of a PDF document. 
 

Uses of PDFEncryption in org.foray.pdf.object
 

Methods in org.foray.pdf.object that return PDFEncryption
 PDFEncryption PDFDocument.createPdfEncryption()
           
 PDFEncryption PDFDocument.getEncryption()
          Returns the encryption for this document, if any.
 

Methods in org.foray.pdf.object with parameters of type PDFEncryption
 void PDFStream.addEncryption(PDFEncryption encryption)
          Add the encryption filter.
 

Constructors in org.foray.pdf.object with parameters of type PDFEncryption
PDFEncryption.EncryptionFilter(OutputStream outputStream, PDFEncryption encryption)
          The constructor for the internal PDFEncryption filter.
 



Copyright © 2017. All rights reserved.