Class Decrypt

java.lang.Object
org.apache.pdfbox.tools.Decrypt
All Implemented Interfaces:
Callable<Integer>

public final class Decrypt extends Object implements Callable<Integer>
This will read a document from the filesystem, decrypt it and and then write the result to the filesystem.
  • Field Details

    • SYSERR

      private final PrintStream SYSERR
    • alias

      private String alias
    • keyStore

      private String keyStore
    • password

      private String password
    • infile

      private File infile
    • outfile

      private File outfile
  • Constructor Details

    • Decrypt

      public Decrypt()
      Constructor.
  • Method Details

    • main

      public static void main(String[] args)
      This is the entry point for the application.
      Parameters:
      args - The command-line arguments.
    • call

      public Integer call()
      Specified by:
      call in interface Callable<Integer>