Uses of Class
org.apache.fop.pdf.PDFEncryptionParams
-
Packages that use PDFEncryptionParams Package Description org.apache.fop.cli This package contains the command-line client for Apache FOP.org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.render.pdf PDF Renderer -
-
Uses of PDFEncryptionParams in org.apache.fop.cli
Methods in org.apache.fop.cli that return PDFEncryptionParams Modifier and Type Method Description private PDFEncryptionParamsCommandLineOptions. getPDFEncryptionParams() -
Uses of PDFEncryptionParams in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFEncryptionParams Modifier and Type Field Description private PDFEncryptionParamsPDFEncryptionJCE.EncryptionInitializer. encryptionParamsMethods in org.apache.fop.pdf with parameters of type PDFEncryptionParams Modifier and Type Method Description (package private) static intPDFEncryptionJCE.Permission. computePermissions(PDFEncryptionParams encryptionParams)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.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 PDFEncryptionParams Constructor Description EncryptionInitializer(PDFEncryptionParams params)PDFEncryptionJCE(PDFObjectNumber objectNumber, PDFEncryptionParams params, PDFDocument pdf)PDFEncryptionParams(PDFEncryptionParams source)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 PDFEncryptionParams Modifier and Type Field Description private PDFEncryptionParamsPDFRendererConfig.ParserHelper. encryptionConfigprivate PDFEncryptionParamsPDFRendererOptionsConfig. encryptionConfigprivate PDFEncryptionParamsPDFRenderingUtil.EncryptionParamsBuilder. paramsMethods in org.apache.fop.render.pdf that return PDFEncryptionParams Modifier and Type Method Description private static PDFEncryptionParamsPDFRendererOptionsConfig. copyPDFEncryptionParams(PDFEncryptionParams source)private PDFEncryptionParamsPDFRenderingUtil.EncryptionParamsBuilder. createParams(FOUserAgent userAgent)PDFEncryptionParamsPDFRendererOptionsConfig. getEncryptionParameters()private PDFEncryptionParamsPDFRenderingUtil.EncryptionParamsBuilder. getEncryptionParams()Methods in org.apache.fop.render.pdf with parameters of type PDFEncryptionParams Modifier and Type Method Description private static PDFEncryptionParamsPDFRendererOptionsConfig. copyPDFEncryptionParams(PDFEncryptionParams source)Constructors in org.apache.fop.render.pdf with parameters of type PDFEncryptionParams Constructor Description PDFRendererOptionsConfig(java.util.Map<PDFRendererOption,java.lang.Object> props, PDFEncryptionParams encryptionParams)
-