Class DocumentEncryption

java.lang.Object
org.apache.pdfbox.encryption.DocumentEncryption

public class DocumentEncryption extends Object
Deprecated.
use the new security API instead.
This class will deal with encrypting/decrypting a document.
Version:
$Revision: 1.13 $
Author:
Ben Litchfield
See Also:
  • Constructor Details

    • DocumentEncryption

      public DocumentEncryption(PDDocument doc)
      Deprecated.
      Constructor.
      Parameters:
      doc - The document to decrypt.
    • DocumentEncryption

      public DocumentEncryption(COSDocument doc)
      Deprecated.
      Constructor.
      Parameters:
      doc - The document to decrypt.
  • Method Details