Uses of Class
com.qoppa.pdf.permissions.PasswordPermissions

Packages that use PasswordPermissions
com.qoppa.pdf General classes used by different objects throughout the library. 
com.qoppa.pdf.permissions This package contains classes related to document permissions. 
com.qoppa.pdfProcess jPDFProcess main classes, used to manipulate PDF documents and pages. 
 

Uses of PasswordPermissions in com.qoppa.pdf
 

Subclasses of PasswordPermissions in com.qoppa.pdf
 class PDFPermissions
          Deprecated. This class is deprecated. Use the new PasswordPermissions instead.
 

Uses of PasswordPermissions in com.qoppa.pdf.permissions
 

Methods in com.qoppa.pdf.permissions that return PasswordPermissions
 PasswordPermissions AllPDFPermissions.getPasswordPermissions()
          Returns the permission object for this document.
 

Constructors in com.qoppa.pdf.permissions with parameters of type PasswordPermissions
AllPDFPermissions(PasswordPermissions passwordPermissions, DocMDPPermissions docMDPPermissions, UsageRightsPermissions usageRightsPermissions)
          Construct a new AllPDFPermissions object that encompasses PasswordPermissions, DocMDPPermissions, and UsageRightsPermissions.
 

Uses of PasswordPermissions in com.qoppa.pdfProcess
 

Methods in com.qoppa.pdfProcess with parameters of type PasswordPermissions
 void PDFDocument.setPasswordPermissions(String newPermissionsPwd, String newOpenPwd, PasswordPermissions permissions, String currentPermissionsPwd, int encryptType)
          Sets the security for this document.
 void PDFDocument.setSecurity(String newPermissionsPwd, String newOpenPwd, PasswordPermissions permissions, String currentPermissionsPwd, int encryptType)
          Deprecated. Use the new setPasswordPermission method instead.