/AWS1/CL_EL2TRUSTSTORE¶
Information about a trust store.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/EL2TRUSTSTORENAME /AWS1/EL2TRUSTSTORENAME¶
The name of the trust store.
iv_truststorearn TYPE /AWS1/EL2TRUSTSTOREARN /AWS1/EL2TRUSTSTOREARN¶
The Amazon Resource Name (ARN) of the trust store.
iv_status TYPE /AWS1/EL2TRUSTSTORESTATUS /AWS1/EL2TRUSTSTORESTATUS¶
The current status of the trust store.
iv_numberofcacertificates TYPE /AWS1/EL2NUMBEROFCACERTS /AWS1/EL2NUMBEROFCACERTS¶
The number of ca certificates in the trust store.
iv_totalrevokedentries TYPE /AWS1/EL2TOTALREVOKEDENTRIES /AWS1/EL2TOTALREVOKEDENTRIES¶
The number of revoked certificates in the trust store.
Queryable Attributes¶
Name¶
The name of the trust store.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
TrustStoreArn¶
The Amazon Resource Name (ARN) of the trust store.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRUSTSTOREARN() |
Getter for TRUSTSTOREARN, with configurable default |
ASK_TRUSTSTOREARN() |
Getter for TRUSTSTOREARN w/ exceptions if field has no value |
HAS_TRUSTSTOREARN() |
Determine if TRUSTSTOREARN has a value |
Status¶
The current status of the trust store.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
NumberOfCaCertificates¶
The number of ca certificates in the trust store.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBEROFCACERTIFICATES() |
Getter for NUMBEROFCACERTIFICATES, with configurable default |
ASK_NUMBEROFCACERTIFICATES() |
Getter for NUMBEROFCACERTIFICATES w/ exceptions if field has |
HAS_NUMBEROFCACERTIFICATES() |
Determine if NUMBEROFCACERTIFICATES has a value |
TotalRevokedEntries¶
The number of revoked certificates in the trust store.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALREVOKEDENTRIES() |
Getter for TOTALREVOKEDENTRIES, with configurable default |
ASK_TOTALREVOKEDENTRIES() |
Getter for TOTALREVOKEDENTRIES w/ exceptions if field has no |
HAS_TOTALREVOKEDENTRIES() |
Determine if TOTALREVOKEDENTRIES has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TRUSTSTORES¶
TYPES TT_TRUSTSTORES TYPE STANDARD TABLE OF REF TO /AWS1/CL_EL2TRUSTSTORE WITH DEFAULT KEY
.