Uses of Interface
edu.uoc.tfc.j2ee.icampanario.grepresenta.useful.report.PDFDocument

Packages that use PDFDocument
edu.uoc.tfc.j2ee.icampanario.grepresenta.useful Clases de configuración y utilidad 
edu.uoc.tfc.j2ee.icampanario.grepresenta.useful.report Clases para la generación de documentos PDF 
 

Uses of PDFDocument in edu.uoc.tfc.j2ee.icampanario.grepresenta.useful
 

Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.useful that return PDFDocument
static PDFDocument GRepresentaUseful.footerGenerator(PDFDocument document, java.util.List<SignerData> signers, java.lang.String verifirmaUrl, java.lang.String endPointAfirmaServer, java.lang.String[] clave3DES, java.lang.String verifyText)
          Agrega un pie de firma al documento.
static PDFDocument GRepresentaUseful.generatePdtWithFoot(SignDocument document, java.lang.String key, java.lang.String verifyURL, java.lang.String endpoint, java.lang.String verifyText)
          Genera el pdf con el pie de firma
 

Methods in edu.uoc.tfc.j2ee.icampanario.grepresenta.useful with parameters of type PDFDocument
static PDFDocument GRepresentaUseful.footerGenerator(PDFDocument document, java.util.List<SignerData> signers, java.lang.String verifirmaUrl, java.lang.String endPointAfirmaServer, java.lang.String[] clave3DES, java.lang.String verifyText)
          Agrega un pie de firma al documento.
 

Uses of PDFDocument in edu.uoc.tfc.j2ee.icampanario.grepresenta.useful.report
 

Classes in edu.uoc.tfc.j2ee.icampanario.grepresenta.useful.report that implement PDFDocument
 class ReportSignaturePDFDecorator
          Genera el documento PDF con los datos de la firma digital
 class SimplePDFDocument
          Documento PDF
 

Constructors in edu.uoc.tfc.j2ee.icampanario.grepresenta.useful.report with parameters of type PDFDocument
ReportSignaturePDFDecorator(PDFDocument document, java.util.List<SignerData> signers, java.lang.String verifirmaUrl, java.lang.String endPointAfirmaServer, java.lang.String[] key, java.lang.String verifyText)