Uses of Interface
com.qoppa.pdf.IPasswordHandler

Packages that use IPasswordHandler
com.qoppa.pdf General classes used by different objects throughout the library. 
com.qoppa.pdfSecure Main PDFSecure classes. 
 

Uses of IPasswordHandler in com.qoppa.pdf
 

Methods in com.qoppa.pdf with parameters of type IPasswordHandler
static DocumentInfo DocumentInfo.getDocumentInfo(String fileName, IPasswordHandler pwdHandler)
          Static method to get the document information from a document in a file.
static DocumentInfo DocumentInfo.getDocumentInfo(InputStream inStream, IPasswordHandler pwdHandler)
          Static method to get the document information from a document from an InputStream.
static DocumentInfo DocumentInfo.getDocumentInfo(URL url, IPasswordHandler pwdHandler)
          Static method to get the document information from a document from a URL.
 

Uses of IPasswordHandler in com.qoppa.pdfSecure
 

Constructors in com.qoppa.pdfSecure with parameters of type IPasswordHandler
PDFSecure(String fileName, IPasswordHandler pwdHandler)
          Loads a PDF document from a file.
PDFSecure(InputStream inStream, IPasswordHandler pwdHandler)
          Loads a PDF document from an InputStream.
PDFSecure(URL url, IPasswordHandler pwdHandler)
          Loads a PDF document from a URL.