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 EncryptionProperties
WriterProperties. encryptionProperties
private EncryptionProperties
PdfEncryptor. properties
Methods in com.itextpdf.kernel.pdf that return EncryptionProperties Modifier and Type Method Description EncryptionProperties
EncryptionProperties. setPublicKeyEncryption(java.security.cert.Certificate[] certs, int[] permissions, int encryptionAlgorithm, MacProperties macProperties)
Sets the certificate encryption options for the document.EncryptionProperties
EncryptionProperties. setStandardEncryption(byte[] userPassword, byte[] ownerPassword, int permissions, int encryptionAlgorithm)
Sets the encryption options for the document.EncryptionProperties
EncryptionProperties. 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 void
PdfEncryptor. encrypt(PdfReader reader, java.io.OutputStream os, EncryptionProperties properties)
Entry point to encrypt a PDF document.static void
PdfEncryptor. 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.PdfEncryptor
PdfEncryptor. setEncryptionProperties(EncryptionProperties properties)
Sets theEncryptionProperties
-