- PasswordPermissions - Class in com.qoppa.pdf.permissions
 
- 
This class contains information regarding a PDF document permissions.
 
- PasswordPermissions() - Constructor for class com.qoppa.pdf.permissions.PasswordPermissions
 
- 
Creates a new PasswordPermissions object with all permissions granted.
 
- PasswordPermissions(boolean) - Constructor for class com.qoppa.pdf.permissions.PasswordPermissions
 
- 
Creates a new PasswordPermissions object with all permissions set to allperms.
 
- PasswordPermissions(int, boolean) - Constructor for class com.qoppa.pdf.permissions.PasswordPermissions
 
- 
Creates a new PasswordPermissions object using perms, the permissions integer representing the 12 permissions bits as specified in the PDF documentation.
 
- PDFException - Exception in com.qoppa.pdf
 
- 
General exception thrown when there is any errors reading or
 displaying a PDF file.
 
- PDFException(String) - Constructor for exception com.qoppa.pdf.PDFException
 
- 
PDFException with a simple error message.
 
- PDFException(String, Throwable) - Constructor for exception com.qoppa.pdf.PDFException
 
- 
PDFException with an error message and an underlying cause.
 
- PDFPassword - Class in com.qoppa.pdf
 
- 
Implementation of the IPassword interface that can hold either a single password or a
 list of passwords.
 
- PDFPassword(String) - Constructor for class com.qoppa.pdf.PDFPassword
 
- 
Create an instance of the class that will hold a single fixed password.
 
- PDFPassword(String[]) - Constructor for class com.qoppa.pdf.PDFPassword
 
- 
Create an instance of the class that will hold a list of possible passwords.
 
- PDFPermissionException - Exception in com.qoppa.pdf
 
- 
Exception thrown when there is any permission error.
 
- PDFPermissionException(String) - Constructor for exception com.qoppa.pdf.PDFPermissionException
 
-  
 
- PDFSecure - Class in com.qoppa.pdfSecure
 
- 
The PDFSecure class provides methods to update security settings on a pdf document.
 
- PDFSecure(String, IPassword) - Constructor for class com.qoppa.pdfSecure.PDFSecure
 
- 
Loads a PDF document from a file.
 
- PDFSecure(InputStream, IPassword) - Constructor for class com.qoppa.pdfSecure.PDFSecure
 
- 
Loads a PDF document from an InputStream.
 
- PDFSecure(URL, IPassword) - Constructor for class com.qoppa.pdfSecure.PDFSecure
 
- 
Loads a PDF document from a URL.
 
- PDFSecure.KeyInfoSecure - Class in com.qoppa.pdfSecure
 
- 
 This is the Main-Class for the jPDFSecure.jar that can generate server
 key requests, validate a key, and display server information.
 
- PDFSecurityException - Exception in com.qoppa.pdf
 
- 
Exceptions related to security problems.
 
- PDFSecurityException(String) - Constructor for exception com.qoppa.pdf.PDFSecurityException
 
- 
Construct a new PDFSecurityException.
 
- PDFSecurityException(String, Throwable) - Constructor for exception com.qoppa.pdf.PDFSecurityException
 
- 
Construct a new PDFSecurityException.
 
- PERM_FORMFILL_SIGNATURE - Static variable in class com.qoppa.pdf.SigningInformation
 
- 
Certifying signature permission to allow form fill and signing.
 
- PERM_FORMFILL_SIGNATURE_COMMENTS - Static variable in class com.qoppa.pdf.SigningInformation
 
- 
Certifying signature permission to allow form fill, signing, and comments.
 
- PERM_NOCHANGES - Static variable in class com.qoppa.pdf.SigningInformation
 
- 
Certifying signature permission to indicate the document is intended to be final.