Generated by
JDiff

Class com.itextpdf.kernel.pdf.EncryptionProperties

Added Methods
EncryptionProperties  setStandardEncryption( byte[], byte[] , int , int , MacProperties ) Sets the encryption options for the document.
 

Changed Methods
EncryptionProperties  setPublicKeyEncryption( Certificate[], int[] , int , MacProperties ) Change in signature from (Certificate[], int[], int) to (Certificate[], int[], int, MacProperties).
Documentation changed from old to new.
Sets the certificate encryption options for the document.
 

Added Fields
MacProperties  macProperties MacProperties class to configure MAC integrity protection properties.