The REST interface of the SAK provides the following operations essential for server signatures:
|
Component |
Operation |
Description |
|
Smartcard Operations Component |
(POST) /smartcard/remote- signature/key |
Request to create a key object |
|
Digest Operations Component |
(POST) /digest/create-signature (s) |
Request creation of a signature via a local SAK /OS |
|
(GET) /digest/remote-signature/ {uuid} |
Retrieval of SAD data for client side signature |
|
|
(POST) /digest/remote- signature/{uuid} |
Adding the SAD signature in the remote signing process |
|
|
(POST) /digest/remote-signature /basic/sign |
Request remote signing via a remote SAK |
|
|
Trusted Checker Component |
(POST) /trusted-checker/check- document(s) |
Verification of one or more documents before signature creation |
Table 25: Operations of the SAK REST Interface
The operations listed are explained in more detail below with regard to their use, parameters and error cases.