Uses of Interface
com.qoppa.pdf.form.SignatureField

Packages that use SignatureField
com.qoppa.pdfSecure jPDFSecure main classes, used encrypt and digitally sign PDF documents. 
 

Uses of SignatureField in com.qoppa.pdfSecure
 

Methods in com.qoppa.pdfSecure that return SignatureField
 SignatureField PDFSecure.addSignatureField(int pageIndex, String fieldName, Rectangle2D bounds)
          Adds a signature field to a page in the document.
 

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