Uses of Class
com.itextpdf.kernel.pdf.EncryptionProperties
-
Packages that use EncryptionProperties Package Description com.itextpdf.kernel.pdf -
-
Uses of EncryptionProperties in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as EncryptionProperties Modifier and Type Field Description protected EncryptionPropertiesWriterProperties. encryptionPropertiesprivate EncryptionPropertiesPdfEncryptor. propertiesMethods in com.itextpdf.kernel.pdf that return EncryptionProperties Modifier and Type Method Description EncryptionPropertiesEncryptionProperties. setPublicKeyEncryption(java.security.cert.Certificate[] certs, int[] permissions, int encryptionAlgorithm, MacProperties macProperties)Sets the certificate encryption options for the document.EncryptionPropertiesEncryptionProperties. setStandardEncryption(byte[] userPassword, byte[] ownerPassword, int permissions, int encryptionAlgorithm)Sets the encryption options for the document.EncryptionPropertiesEncryptionProperties. setStandardEncryption(byte[] userPassword, byte[] ownerPassword, int permissions, int encryptionAlgorithm, MacProperties macProperties)Sets the encryption options for the document.Methods in com.itextpdf.kernel.pdf with parameters of type EncryptionProperties Modifier and Type Method Description static voidPdfEncryptor. encrypt(PdfReader reader, java.io.OutputStream os, EncryptionProperties properties)Entry point to encrypt a PDF document.static voidPdfEncryptor. encrypt(PdfReader reader, java.io.OutputStream os, EncryptionProperties properties, java.util.Map<java.lang.String,java.lang.String> newInfo)Entry point to encrypt a PDF document.PdfEncryptorPdfEncryptor. setEncryptionProperties(EncryptionProperties properties)Sets theEncryptionProperties
-