Uses of Class
com.itextpdf.kernel.pdf.EncryptionProperties
Packages that use EncryptionProperties
-
Uses of EncryptionProperties in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as EncryptionPropertiesModifier and TypeFieldDescriptionprotected EncryptionProperties
WriterProperties.encryptionProperties
Methods in com.itextpdf.kernel.pdf that return EncryptionPropertiesModifier and TypeMethodDescriptionEncryptionProperties.setPublicKeyEncryption
(Certificate[] certs, int[] permissions, int encryptionAlgorithm, MacProperties macProperties) 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.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 EncryptionPropertiesModifier 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