Uses of Class
org.apache.fop.pdf.PDFEncryptionParams
Packages that use PDFEncryptionParams
Package
Description
This package contains the command-line client for Apache FOP.
Classes for handling the low-level creation of PDF documents.
PDF Renderer
-
Uses of PDFEncryptionParams in org.apache.fop.cli
Methods in org.apache.fop.cli that return PDFEncryptionParamsModifier and TypeMethodDescriptionprivate PDFEncryptionParams
CommandLineOptions.getPDFEncryptionParams()
-
Uses of PDFEncryptionParams in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFEncryptionParamsModifier and TypeFieldDescriptionprivate final PDFEncryptionParams
PDFEncryptionJCE.EncryptionInitializer.encryptionParams
Methods in org.apache.fop.pdf with parameters of type PDFEncryptionParamsModifier and TypeMethodDescription(package private) static int
PDFEncryptionJCE.Permission.computePermissions
(PDFEncryptionParams encryptionParams) static PDFEncryption
PDFEncryptionJCE.make
(PDFObjectNumber objectNumber, PDFEncryptionParams params, PDFDocument pdf) Creates and returns an encryption object.static PDFEncryption
PDFEncryptionManager.newInstance
(PDFEncryptionParams params, PDFDocument pdf) Creates a new PDFEncryption instance if PDF encryption is available.void
PDFDocument.setEncryption
(PDFEncryptionParams params) Enables PDF encryption.static void
PDFEncryptionManager.setupPDFEncryption
(PDFEncryptionParams params, PDFDocument pdf) Sets up PDF encryption if PDF encryption is requested by registering aPDFEncryptionParams
object with the user agent and if the necessary cryptographic support is available.Constructors in org.apache.fop.pdf with parameters of type PDFEncryptionParamsModifierConstructorDescription(package private)
private
PDFEncryptionJCE
(PDFObjectNumber objectNumber, PDFEncryptionParams params, PDFDocument pdf) Creates a copy of the given encryption parameters. -
Uses of PDFEncryptionParams in org.apache.fop.render.pdf
Fields in org.apache.fop.render.pdf declared as PDFEncryptionParamsModifier and TypeFieldDescriptionprivate PDFEncryptionParams
PDFRendererConfig.ParserHelper.encryptionConfig
private final PDFEncryptionParams
PDFRendererOptionsConfig.encryptionConfig
private PDFEncryptionParams
PDFRenderingUtil.EncryptionParamsBuilder.params
Methods in org.apache.fop.render.pdf that return PDFEncryptionParamsModifier and TypeMethodDescriptionprivate static PDFEncryptionParams
PDFRendererOptionsConfig.copyPDFEncryptionParams
(PDFEncryptionParams source) private PDFEncryptionParams
PDFRenderingUtil.EncryptionParamsBuilder.createParams
(FOUserAgent userAgent) PDFRendererOptionsConfig.getEncryptionParameters()
private PDFEncryptionParams
PDFRenderingUtil.EncryptionParamsBuilder.getEncryptionParams()
Methods in org.apache.fop.render.pdf with parameters of type PDFEncryptionParamsModifier and TypeMethodDescriptionprivate static PDFEncryptionParams
PDFRendererOptionsConfig.copyPDFEncryptionParams
(PDFEncryptionParams source) Constructors in org.apache.fop.render.pdf with parameters of type PDFEncryptionParamsModifierConstructorDescription(package private)
PDFRendererOptionsConfig
(Map<PDFRendererOption, Object> props, PDFEncryptionParams encryptionParams)