Uses of Class
com.pd4ml.pdf.encryption.PDEncryption
-
Packages that use PDEncryption Package Description com.pd4ml.pdf.encryption -
-
Uses of PDEncryption in com.pd4ml.pdf.encryption
Methods in com.pd4ml.pdf.encryption with parameters of type PDEncryption Modifier and Type Method Description voidPublicKeySecurityHandler. prepareDocumentForEncryption(PDEncryption dictionary, byte[] documentID)Prepare the document for encryption.abstract voidSecurityHandler. prepareDocumentForEncryption(PDEncryption encryptionDictionary, byte[] documentID)Prepare the document for encryption.voidStandardSecurityHandler. prepareDocumentForEncryption(PDEncryption encryptionDictionary, byte[] documentID)Prepare document for encryption.voidPublicKeySecurityHandler. prepareForDecryption(PDEncryption encryption, byte[] documentIDBytes, DecryptionMaterial decryptionMaterial)Prepares everything to decrypt the document.abstract voidSecurityHandler. prepareForDecryption(PDEncryption encryption, byte[] documentIDBytes, DecryptionMaterial decryptionMaterial)Prepares everything to decrypt the document.voidStandardSecurityHandler. prepareForDecryption(PDEncryption encryption, byte[] documentIDBytes, DecryptionMaterial decryptionMaterial)Prepares everything to decrypt the document.voidSecurityHandler. setParams(boolean encrypt, T_POLICY protectionPolicy, PDEncryption encryptionDict, byte[] fingerprint, java.lang.String password)
-