Uses of Interface
com.crionics.jpdf.encryption.ICredentials

Packages that use ICredentials
com.crionics.jpdf jPDF Core package, contains all main classes. 
com.crionics.jpdf.encryption Contains the classes to manipulate PDF Permissions and Credentials 
com.crionics.jpdf.viewer Contains GUI elements to integrate pdf rendering technologies in applications. 
 

Uses of ICredentials in com.crionics.jpdf
 

Fields in com.crionics.jpdf declared as ICredentials
 ICredentials Preferences.openCredentials
           
 

Constructors in com.crionics.jpdf with parameters of type ICredentials
PdfDocument(byte[] buffer, ICredentials credentials)
           
PdfDocument(ByteReader reader, ICredentials credentials)
          Opens the document from the specified reader using the given reader and credentials.
PdfDocument(java.io.File file, ICredentials credentials)
           
PdfDocument(java.lang.String filename, ICredentials credentials)
          Opens the given document uctor which takes a ByteReader and the User or Owner password as arguments.
 

Uses of ICredentials in com.crionics.jpdf.encryption
 

Classes in com.crionics.jpdf.encryption that implement ICredentials
 class CertificateCredentials
          Class used to open a document protected with a certificate_security.
 class CertificateCredentialsCreation
          This credential class is used to protect documents based on certificate security.
 class PasswordCredentials
          Class used to open a document protected with a password_security.
 

Uses of ICredentials in com.crionics.jpdf.viewer
 

Methods in com.crionics.jpdf.viewer with parameters of type ICredentials
 void ViewerPanel.setDocument(java.io.File pathToPDF, ICredentials credentials)
           
 void ViewerFrame.setDocument(java.io.File pathToPDF, ICredentials credentials)
          Displays the given document in the rendering panel
 void RendererPanel.setDocument(java.io.File pathToPDF, ICredentials credentials)
          IMPORTANT: the loading is ASYNCHRONOUS, please use the method isDocumentLoaded() to check when to document is completely rendered.
 void IViewer.setDocument(java.io.File pathToPDF, ICredentials credentials)
          Displays the given document in the rendering panel using the given credentials.
 



Copyright © 1999-2007 Crionics. All Rights Reserved.