Package org.apache.pdfbox.tools
Class Encrypt
java.lang.Object
org.apache.pdfbox.tools.Encrypt
This will read a document from the filesystem, encrypt it and and then write
the results to the filesystem.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate Fileprivate intprivate Fileprivate Stringprivate final PrintStreamprivate String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SYSERR
-
ownerPassword
-
userPassword
-
certFileList
-
canAssembleDocument
private boolean canAssembleDocument -
canExtractContent
private boolean canExtractContent -
canExtractForAccessibility
private boolean canExtractForAccessibility -
canFillInForm
private boolean canFillInForm -
canModify
private boolean canModify -
canModifyAnnotations
private boolean canModifyAnnotations -
canPrint
private boolean canPrint -
canPrintFaithful
private boolean canPrintFaithful -
keyLength
private int keyLength -
infile
-
outfile
-
-
Constructor Details
-
Encrypt
public Encrypt()Constructor.
-
-
Method Details