Uses of Interface
org.apache.fop.pdf.PDFEncryption
Packages that use PDFEncryption
Package
Description
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 PDFEncryptionModifier and TypeClassDescriptionfinal classAn implementation of the Standard Security Handler.Methods in org.apache.fop.pdf that return PDFEncryptionModifier and TypeMethodDescriptionPDFDocument.getEncryption()Returns the active Encryption object.static PDFEncryptionPDFEncryptionJCE.make(PDFObjectNumber objectNumber, PDFEncryptionParams params, PDFDocument pdf) Creates and returns an encryption object.static PDFEncryptionPDFEncryptionManager.newInstance(PDFEncryptionParams params, PDFDocument pdf) Creates a new PDFEncryption instance if PDF encryption is available. -
Uses of PDFEncryption in org.apache.fop.pdf.xref
Methods in org.apache.fop.pdf.xref with parameters of type PDFEncryptionModifier and TypeMethodDescriptionTrailerDictionary.setEncryption(PDFEncryption encryption) Sets the value of the Encrypt entry.