/AWS1/CL_IOTCODESIGNINGCRTCH00¶
Describes the certificate chain being used when code signing a file.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_certificatename TYPE /AWS1/IOTCERTIFICATENAME /AWS1/IOTCERTIFICATENAME¶
The name of the certificate.
iv_inlinedocument TYPE /AWS1/IOTINLINEDOCUMENT /AWS1/IOTINLINEDOCUMENT¶
A base64 encoded binary representation of the code signing certificate chain.
Queryable Attributes¶
certificateName¶
The name of the certificate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CERTIFICATENAME() |
Getter for CERTIFICATENAME, with configurable default |
ASK_CERTIFICATENAME() |
Getter for CERTIFICATENAME w/ exceptions if field has no val |
HAS_CERTIFICATENAME() |
Determine if CERTIFICATENAME has a value |
inlineDocument¶
A base64 encoded binary representation of the code signing certificate chain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INLINEDOCUMENT() |
Getter for INLINEDOCUMENT, with configurable default |
ASK_INLINEDOCUMENT() |
Getter for INLINEDOCUMENT w/ exceptions if field has no valu |
HAS_INLINEDOCUMENT() |
Determine if INLINEDOCUMENT has a value |