/AWS1/CL_IOTCODESIGNING¶
Describes the method to use when code signing a file.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_awssignerjobid TYPE /AWS1/IOTSIGNINGJOBID /AWS1/IOTSIGNINGJOBID¶
The ID of the
AWSSignerJobwhich was created to sign the file.
io_startsigningjobparameter TYPE REF TO /AWS1/CL_IOTSTRTSIGNINGJOBPARM /AWS1/CL_IOTSTRTSIGNINGJOBPARM¶
Describes the code-signing job.
io_customcodesigning TYPE REF TO /AWS1/CL_IOTCUSTOMCODESIGNING /AWS1/CL_IOTCUSTOMCODESIGNING¶
A custom method for code signing a file.
Queryable Attributes¶
awsSignerJobId¶
The ID of the
AWSSignerJobwhich was created to sign the file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSSIGNERJOBID() |
Getter for AWSSIGNERJOBID, with configurable default |
ASK_AWSSIGNERJOBID() |
Getter for AWSSIGNERJOBID w/ exceptions if field has no valu |
HAS_AWSSIGNERJOBID() |
Determine if AWSSIGNERJOBID has a value |
startSigningJobParameter¶
Describes the code-signing job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTSIGNINGJOBPARAMETER() |
Getter for STARTSIGNINGJOBPARAMETER |
customCodeSigning¶
A custom method for code signing a file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMCODESIGNING() |
Getter for CUSTOMCODESIGNING |