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 EncryptionPropertiesWriterProperties.encryptionPropertiesMethods in com.itextpdf.kernel.pdf that return EncryptionPropertiesModifier 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.Methods in com.itextpdf.kernel.pdf with parameters of type EncryptionPropertiesModifier and TypeMethodDescriptionstatic voidPdfEncryptor.encrypt(PdfReader reader, OutputStream os, EncryptionProperties properties) Entry point to encrypt a PDF document.static voidPdfEncryptor.encrypt(PdfReader reader, OutputStream os, EncryptionProperties properties, Map<String, String> newInfo) Entry point to encrypt a PDF document.PdfEncryptor.setEncryptionProperties(EncryptionProperties properties) Sets theEncryptionProperties