Uses of Class
com.pd4ml.pdf.cos.security.PdfEncryptor.Options
-
Packages that use PdfEncryptor.Options Package Description com.pd4ml.pdf.cos.security com.pd4ml.pdf.merge com.pd4ml.pdf.optimizer com.pd4ml.pdf.xfdf -
-
Uses of PdfEncryptor.Options in com.pd4ml.pdf.cos.security
Methods in com.pd4ml.pdf.cos.security that return PdfEncryptor.Options Modifier and Type Method Description PdfEncryptor.OptionsPdfEncryptor.Options. algorithm(PdfEncryptor.Algorithm algorithm)PdfEncryptor.OptionsPdfEncryptor.Options. ownerPassword(java.lang.String ownerPassword)Password required to change permissions/re-encrypt.PdfEncryptor.OptionsPdfEncryptor.Options. permissions(int permissions)Raw/Ppermission bits (ISO 32000-1 Table 22).PdfEncryptor.OptionsPdfEncryptor.Options. userPassword(java.lang.String userPassword)Password required to open the document for reading.Methods in com.pd4ml.pdf.cos.security with parameters of type PdfEncryptor.Options Modifier and Type Method Description static voidPdfEncryptor. encrypt(COSDocument document, PdfEncryptor.Options options) -
Uses of PdfEncryptor.Options in com.pd4ml.pdf.merge
Methods in com.pd4ml.pdf.merge with parameters of type PdfEncryptor.Options Modifier and Type Method Description PdfMergerPdfMerger. encryptOutput(PdfEncryptor.Options options) -
Uses of PdfEncryptor.Options in com.pd4ml.pdf.optimizer
Methods in com.pd4ml.pdf.optimizer with parameters of type PdfEncryptor.Options Modifier and Type Method Description PdfOptimizer.OptionsPdfOptimizer.Options. encryptOutput(PdfEncryptor.Options options) -
Uses of PdfEncryptor.Options in com.pd4ml.pdf.xfdf
Methods in com.pd4ml.pdf.xfdf with parameters of type PdfEncryptor.Options Modifier and Type Method Description XfdfImporter.OptionsXfdfImporter.Options. encryptOutput(PdfEncryptor.Options options)
-