/AWS1/CL_AUMVLDTASSESSMENTRP01¶
ValidateAssessmentReportIntegrityResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_signaturevalid TYPE /AWS1/AUMBOOLEAN /AWS1/AUMBOOLEAN¶
Specifies whether the signature key is valid.
iv_signaturealgorithm TYPE /AWS1/AUMSTRING /AWS1/AUMSTRING¶
The signature algorithm that's used to code sign the assessment report file.
iv_signaturedatetime TYPE /AWS1/AUMSTRING /AWS1/AUMSTRING¶
The date and time signature that specifies when the assessment report was created.
iv_signaturekeyid TYPE /AWS1/AUMSTRING /AWS1/AUMSTRING¶
The unique identifier for the validation signature key.
it_validationerrors TYPE /AWS1/CL_AUMVALIDATIONERRORS_W=>TT_VALIDATIONERRORS TT_VALIDATIONERRORS¶
Represents any errors that occurred when validating the assessment report.
Queryable Attributes¶
signatureValid¶
Specifies whether the signature key is valid.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIGNATUREVALID() |
Getter for SIGNATUREVALID, with configurable default |
ASK_SIGNATUREVALID() |
Getter for SIGNATUREVALID w/ exceptions if field has no valu |
HAS_SIGNATUREVALID() |
Determine if SIGNATUREVALID has a value |
signatureAlgorithm¶
The signature algorithm that's used to code sign the assessment report file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIGNATUREALGORITHM() |
Getter for SIGNATUREALGORITHM, with configurable default |
ASK_SIGNATUREALGORITHM() |
Getter for SIGNATUREALGORITHM w/ exceptions if field has no |
HAS_SIGNATUREALGORITHM() |
Determine if SIGNATUREALGORITHM has a value |
signatureDateTime¶
The date and time signature that specifies when the assessment report was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIGNATUREDATETIME() |
Getter for SIGNATUREDATETIME, with configurable default |
ASK_SIGNATUREDATETIME() |
Getter for SIGNATUREDATETIME w/ exceptions if field has no v |
HAS_SIGNATUREDATETIME() |
Determine if SIGNATUREDATETIME has a value |
signatureKeyId¶
The unique identifier for the validation signature key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIGNATUREKEYID() |
Getter for SIGNATUREKEYID, with configurable default |
ASK_SIGNATUREKEYID() |
Getter for SIGNATUREKEYID w/ exceptions if field has no valu |
HAS_SIGNATUREKEYID() |
Determine if SIGNATUREKEYID has a value |
validationErrors¶
Represents any errors that occurred when validating the assessment report.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALIDATIONERRORS() |
Getter for VALIDATIONERRORS, with configurable default |
ASK_VALIDATIONERRORS() |
Getter for VALIDATIONERRORS w/ exceptions if field has no va |
HAS_VALIDATIONERRORS() |
Determine if VALIDATIONERRORS has a value |