intarsys PDF library API

Uses of Interface
de.intarsys.pdf.crypt.IAccessPermissions

Packages that use IAccessPermissions
de.intarsys.pdf.cos This package implements the low level document and its datatypes according to the pdf specification. 
de.intarsys.pdf.crypt This package implements the security relevant aspects of the PDF spec. 
de.intarsys.pdf.pd The higher level building blocks of a PDF document. 
 

Uses of IAccessPermissions in de.intarsys.pdf.cos
 

Methods in de.intarsys.pdf.cos that return IAccessPermissions
 IAccessPermissions COSDocument.getAccessPermissions()
          If a document contains a permissions dictionary, it is "pushed" to this by the parser.
 

Uses of IAccessPermissions in de.intarsys.pdf.crypt
 

Classes in de.intarsys.pdf.crypt that implement IAccessPermissions
 class AbstractAccessPermissions
          A set of flags describing the access permissions for the document.
 class AccessPermissionsFull
          Provide full access to PDF features.
 class AccessPermissionsR2
          The access permission flags as of /Standard handler, release 2 spec.
 class AccessPermissionsR3
          The access permission flags as of /Standard handler, release 3 spec.
 

Methods in de.intarsys.pdf.crypt that return IAccessPermissions
 IAccessPermissions StandardSecurityHandler.getAccessPermissions()
           
 IAccessPermissions ISecurityHandler.getAccessPermissions()
          The access permissions encoded in the encryption object for the current document or null if not applicable.
 

Uses of IAccessPermissions in de.intarsys.pdf.pd
 

Methods in de.intarsys.pdf.pd that return IAccessPermissions
 IAccessPermissions PDDocument.getAccessPermissions()
          Simple delegate to COSDocument.getAccessPermissions()
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.