Uses of Class
org.apache.fop.pdf.PDFEncryptionParams
Packages that use PDFEncryptionParams
Package
Description
Classes for handling the low-level creation of PDF documents.
PDF Renderer
-
Uses of PDFEncryptionParams in org.apache.fop.pdf
Methods in org.apache.fop.pdf with parameters of type PDFEncryptionParamsModifier and TypeMethodDescriptionstatic 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.voidPDFDocument.setEncryption(PDFEncryptionParams params) Enables PDF encryption.static voidPDFEncryptionManager.setupPDFEncryption(PDFEncryptionParams params, PDFDocument pdf) Sets up PDF encryption if PDF encryption is requested by registering aPDFEncryptionParamsobject with the user agent and if the necessary cryptographic support is available.Constructors in org.apache.fop.pdf with parameters of type PDFEncryptionParamsModifierConstructorDescriptionCreates a copy of the given encryption parameters. -
Uses of PDFEncryptionParams in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf that return PDFEncryptionParams