|
A Signing Request encapsulates the data To Be Signed (TBS), and describes the signature that should be made over it.
Property | Type | Description |
state | string | The state of a polling Signing Session. This is an opaque String that, if included in any received SigningResponse should be included in all subsequent polling calls requesting that Signature. |
signatureFormat | string |
The wanted Format of the requested Signature; e.g. "JWS", "PKCS#7", "RAW". Different Signing Methods support different Formats. See documentation of individual Signing Methods for specific capabilities. |
tbs | byte[] | The UTF-8 bytes of the To Be Signed data. |
tbsContentType | string |
The Content Type of the To Be Signed data. Provides the Signing Method a hint for how to process/display the To Be Signed data. See documentation of individual Signing Methods for specific capabilities. |
signatureDescription | byte[] | The UTF-8 bytes of the signature description. |
Copyright © 1999-2023, Technology Nexus Secured Business Solutions AB. All rights reserved.