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 void
PublicKeySecurityHandler. prepareDocumentForEncryption(PDEncryption dictionary, byte[] documentID)
Prepare the document for encryption.abstract void
SecurityHandler. prepareDocumentForEncryption(PDEncryption encryptionDictionary, byte[] documentID)
Prepare the document for encryption.void
StandardSecurityHandler. prepareDocumentForEncryption(PDEncryption encryptionDictionary, byte[] documentID)
Prepare document for encryption.void
PublicKeySecurityHandler. prepareForDecryption(PDEncryption encryption, byte[] documentIDBytes, DecryptionMaterial decryptionMaterial)
Prepares everything to decrypt the document.abstract void
SecurityHandler. prepareForDecryption(PDEncryption encryption, byte[] documentIDBytes, DecryptionMaterial decryptionMaterial)
Prepares everything to decrypt the document.void
StandardSecurityHandler. prepareForDecryption(PDEncryption encryption, byte[] documentIDBytes, DecryptionMaterial decryptionMaterial)
Prepares everything to decrypt the document.void
SecurityHandler. setParams(boolean encrypt, T_POLICY protectionPolicy, PDEncryption encryptionDict, byte[] fingerprint, java.lang.String password)
-