@Named
@Path(value="certificate")
@Produces(value={"application/xml","application/json"})
public class X509CertificateResource
extends Object
| Constructor and Description |
|---|
X509CertificateResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
signPDF(org.imixs.workflow.xml.XMLDocument xmlDocument)
POST Request with a ItemCollection containing a PDF fileData.
|
public static final String PDF_REGEX
@POST
@Consumes(value={"application/xml","application/json"})
public javax.ws.rs.core.Response signPDF(org.imixs.workflow.xml.XMLDocument xmlDocument)
A valid xml document structure is expected with the following items: $fileData - containing the pdf file to sign autocreate,rootsignature :
The method returns a XMLDocument with the signed documentrequestXML - - workitem dataCopyright © 2016–2021 Imixs Software Solutions GmbH. All rights reserved.