Package org.apache.pdfbox.tools
Class Decrypt
- java.lang.Object
-
- org.apache.pdfbox.tools.Decrypt
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Integer>
public final class Decrypt extends java.lang.Object implements java.util.concurrent.Callable<java.lang.Integer>This will read a document from the filesystem, decrypt it and and then write the result to the filesystem.
-
-
Constructor Summary
Constructors Constructor Description Decrypt()Constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integercall()static voidmain(java.lang.String[] args)This is the entry point for the application.
-