/AWS1/CL_EL2TRUSTSTOREREVOCA00¶
Information about a revocation file in use by a trust store.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_truststorearn TYPE /AWS1/EL2TRUSTSTOREARN /AWS1/EL2TRUSTSTOREARN¶
The Amazon Resource Name (ARN) of the trust store.
iv_revocationid TYPE /AWS1/EL2REVOCATIONID /AWS1/EL2REVOCATIONID¶
The revocation ID of the revocation file.
iv_revocationtype TYPE /AWS1/EL2REVOCATIONTYPE /AWS1/EL2REVOCATIONTYPE¶
The type of revocation file.
iv_numberofrevokedentries TYPE /AWS1/EL2NUMBEROFRVKEDENTRIES /AWS1/EL2NUMBEROFRVKEDENTRIES¶
The number of revoked certificates.
Queryable Attributes¶
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 |
RevocationId¶
The revocation ID of the revocation file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVOCATIONID() |
Getter for REVOCATIONID, with configurable default |
ASK_REVOCATIONID() |
Getter for REVOCATIONID w/ exceptions if field has no value |
HAS_REVOCATIONID() |
Determine if REVOCATIONID has a value |
RevocationType¶
The type of revocation file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVOCATIONTYPE() |
Getter for REVOCATIONTYPE, with configurable default |
ASK_REVOCATIONTYPE() |
Getter for REVOCATIONTYPE w/ exceptions if field has no valu |
HAS_REVOCATIONTYPE() |
Determine if REVOCATIONTYPE has a value |
NumberOfRevokedEntries¶
The number of revoked certificates.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBEROFREVOKEDENTRIES() |
Getter for NUMBEROFREVOKEDENTRIES, with configurable default |
ASK_NUMBEROFREVOKEDENTRIES() |
Getter for NUMBEROFREVOKEDENTRIES w/ exceptions if field has |
HAS_NUMBEROFREVOKEDENTRIES() |
Determine if NUMBEROFREVOKEDENTRIES 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_TRUSTSTOREREVOCATIONS¶
TYPES TT_TRUSTSTOREREVOCATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_EL2TRUSTSTOREREVOCA00 WITH DEFAULT KEY
.