cz.utb.fai.simkovicp.pki.ws
Class PdfService

java.lang.Object
  extended by cz.utb.fai.simkovicp.pki.ws.PdfService

public class PdfService
extends java.lang.Object

The PDF web service.


Constructor Summary
PdfService()
           
 
Method Summary
 byte[] signPdf(byte[] pdf)
          Web service operation
 VerificationResult verifyPdf(byte[] pdf)
          Web service operation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfService

public PdfService()
Method Detail

signPdf

public byte[] signPdf(byte[] pdf)
               throws SignException
Web service operation

Throws:
SignException

verifyPdf

public VerificationResult verifyPdf(byte[] pdf)
                             throws VerificationException
Web service operation

Throws:
VerificationException