public interface PdfAs
| Modifier and Type | Method and Description | 
|---|---|
| SignResult | finishSign(StatusRequest statusRequest)Finishes a signature process | 
| Configuration | getConfiguration()Gets a copy of the PDF-AS configuration, to allow the application to 
 override configuration parameters at runtime. | 
| StatusRequest | process(StatusRequest statusRequest)Continues an ongoing signature process | 
| SignResult | sign(SignParameter parameter)Signs a PDF document using PDF-AS. | 
| StatusRequest | startSign(SignParameter parameter)Starts a signature process
 
 After the process has to be startet the status request has to be services by the user application | 
| List<VerifyResult> | verify(VerifyParameter parameter)Verifies a document with (potentially multiple) PDF-AS signatures. | 
SignResult sign(SignParameter parameter) throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
parameter - at.gv.egiz.pdfas.common.exceptions.PdfAsExceptionList<VerifyResult> verify(VerifyParameter parameter) throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
parameter - The verification parameterat.gv.egiz.pdfas.common.exceptions.PdfAsExceptionConfiguration getConfiguration()
StatusRequest startSign(SignParameter parameter) throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
parameter - The sign parameterat.gv.egiz.pdfas.common.exceptions.PdfAsExceptionStatusRequest process(StatusRequest statusRequest) throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
statusRequest - The current statusat.gv.egiz.pdfas.common.exceptions.PdfAsExceptionSignResult finishSign(StatusRequest statusRequest) throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
statusRequest - The current statusat.gv.egiz.pdfas.common.exceptions.PdfAsException