/AWS1/CL_IOTCERTVALIDITY¶
When the certificate is valid.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_notbefore
TYPE /AWS1/IOTDATETYPE
/AWS1/IOTDATETYPE
¶
The certificate is not valid before this date.
iv_notafter
TYPE /AWS1/IOTDATETYPE
/AWS1/IOTDATETYPE
¶
The certificate is not valid after this date.
Queryable Attributes¶
notBefore¶
The certificate is not valid before this date.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NOTBEFORE() |
Getter for NOTBEFORE, with configurable default |
ASK_NOTBEFORE() |
Getter for NOTBEFORE w/ exceptions if field has no value |
HAS_NOTBEFORE() |
Determine if NOTBEFORE has a value |
notAfter¶
The certificate is not valid after this date.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NOTAFTER() |
Getter for NOTAFTER, with configurable default |
ASK_NOTAFTER() |
Getter for NOTAFTER w/ exceptions if field has no value |
HAS_NOTAFTER() |
Determine if NOTAFTER has a value |