Uses of Class
com.itextpdf.kernel.pdf.EncryptionProperties
-
Uses of EncryptionProperties in com.itextpdf.kernel.pdf
Modifier and TypeFieldDescriptionprotected EncryptionProperties
WriterProperties.encryptionProperties
Modifier and TypeMethodDescriptionEncryptionProperties.setPublicKeyEncryption
(Certificate[] certs, int[] permissions, int encryptionAlgorithm) Sets the certificate encryption options for the document.EncryptionProperties.setStandardEncryption
(byte[] userPassword, byte[] ownerPassword, int permissions, int encryptionAlgorithm) Sets the encryption options for the document.Modifier and TypeMethodDescriptionstatic void
PdfEncryptor.encrypt
(PdfReader reader, OutputStream os, EncryptionProperties properties) Entry point to encrypt a PDF document.static void
PdfEncryptor.encrypt
(PdfReader reader, OutputStream os, EncryptionProperties properties, Map<String, String> newInfo) Entry point to encrypt a PDF document.PdfEncryptor.setEncryptionProperties
(EncryptionProperties properties) Sets theEncryptionProperties