Uses of Class
com.qoppa.pdf.SigningInformation

Packages that use SigningInformation
com.qoppa.pdfProcess jPDFProcess main classes, used to manipulate PDF documents and pages. 
com.qoppa.pdfSecure jPDFSecure main classes, used encrypt and digitally sign PDF documents. 
 

Uses of SigningInformation in com.qoppa.pdfProcess
 

Methods in com.qoppa.pdfProcess with parameters of type SigningInformation
 void PDFDocument.signDocument(SignatureField signField, SigningInformation signingInfo)
          Signs this document using the given signature field.
 

Uses of SigningInformation in com.qoppa.pdfSecure
 

Methods in com.qoppa.pdfSecure with parameters of type SigningInformation
 void PDFSecure.signDocument(SignatureField signField, SigningInformation signingInfo)
          Signs this document using the given signature field.