/AWS1/CL_SGNSIGNINGPLATFORMO00¶
Any overrides that are applied to the signing configuration of a signing platform.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_signingconfiguration TYPE REF TO /AWS1/CL_SGNSIGNINGCONFOVERR00 /AWS1/CL_SGNSIGNINGCONFOVERR00¶
A signing configuration that overrides the default encryption or hash algorithm of a signing job.
iv_signingimageformat TYPE /AWS1/SGNIMAGEFORMAT /AWS1/SGNIMAGEFORMAT¶
A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats,
JSONEmbeddedorJSONDetached. (A third format value,JSON, is reserved for future use.) WithJSONEmbedded, the signing image has the payload embedded in it. WithJSONDetached, the payload is not be embedded in the signing image.
Queryable Attributes¶
signingConfiguration¶
A signing configuration that overrides the default encryption or hash algorithm of a signing job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIGNINGCONFIGURATION() |
Getter for SIGNINGCONFIGURATION |
signingImageFormat¶
A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats,
JSONEmbeddedorJSONDetached. (A third format value,JSON, is reserved for future use.) WithJSONEmbedded, the signing image has the payload embedded in it. WithJSONDetached, the payload is not be embedded in the signing image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIGNINGIMAGEFORMAT() |
Getter for SIGNINGIMAGEFORMAT, with configurable default |
ASK_SIGNINGIMAGEFORMAT() |
Getter for SIGNINGIMAGEFORMAT w/ exceptions if field has no |
HAS_SIGNINGIMAGEFORMAT() |
Determine if SIGNINGIMAGEFORMAT has a value |