edu.uoc.tfc.j2ee.icampanario.grepresenta.useful.report
Class ReportSignaturePDFDecorator

java.lang.Object
  extended by edu.uoc.tfc.j2ee.icampanario.grepresenta.useful.report.ReportSignaturePDFDecorator
All Implemented Interfaces:
PDFDocument

public class ReportSignaturePDFDecorator
extends java.lang.Object
implements PDFDocument

Genera el documento PDF con los datos de la firma digital

Author:
Ismael Campanario Cabrera

Constructor Summary
ReportSignaturePDFDecorator(PDFDocument document, java.util.List<SignerData> signers, java.lang.String verifirmaUrl, java.lang.String endPointAfirmaServer, java.lang.String[] key, java.lang.String verifyText)
           
 
Method Summary
 byte[] getContent()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportSignaturePDFDecorator

public ReportSignaturePDFDecorator(PDFDocument document,
                                   java.util.List<SignerData> signers,
                                   java.lang.String verifirmaUrl,
                                   java.lang.String endPointAfirmaServer,
                                   java.lang.String[] key,
                                   java.lang.String verifyText)
Method Detail

getContent

public byte[] getContent()
                  throws java.lang.Exception
Specified by:
getContent in interface PDFDocument
Throws:
java.lang.Exception

getName

public java.lang.String getName()
Specified by:
getName in interface PDFDocument