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
|
java.util.List<VerifyResult> |
verify(VerifyParameter parameter)
Verifies a document with (potentially multiple) PDF-AS signatures.
|
SignResult sign(SignParameter parameter) throws PdfAsException
parameter
- PdfAsException
java.util.List<VerifyResult> verify(VerifyParameter parameter) throws PdfAsException
parameter
- The verification parameterPdfAsException
Configuration getConfiguration()
StatusRequest startSign(SignParameter parameter) throws PdfAsException
parameter
- The sign parameterPdfAsException
StatusRequest process(StatusRequest statusRequest) throws PdfAsException
statusRequest
- The current statusPdfAsException
SignResult finishSign(StatusRequest statusRequest) throws PdfAsException
statusRequest
- The current statusPdfAsException