/AWS1/CL_TRLPUBLICKEY¶
Contains information about a returned public key.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_value TYPE /AWS1/TRLBYTEBUFFER /AWS1/TRLBYTEBUFFER¶
The DER encoded public key value in PKCS#1 format.
iv_validitystarttime TYPE /AWS1/TRLDATE /AWS1/TRLDATE¶
The starting time of validity of the public key.
iv_validityendtime TYPE /AWS1/TRLDATE /AWS1/TRLDATE¶
The ending time of validity of the public key.
iv_fingerprint TYPE /AWS1/TRLSTRING /AWS1/TRLSTRING¶
The fingerprint of the public key.
Queryable Attributes¶
Value¶
The DER encoded public key value in PKCS#1 format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
ValidityStartTime¶
The starting time of validity of the public key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALIDITYSTARTTIME() |
Getter for VALIDITYSTARTTIME, with configurable default |
ASK_VALIDITYSTARTTIME() |
Getter for VALIDITYSTARTTIME w/ exceptions if field has no v |
HAS_VALIDITYSTARTTIME() |
Determine if VALIDITYSTARTTIME has a value |
ValidityEndTime¶
The ending time of validity of the public key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALIDITYENDTIME() |
Getter for VALIDITYENDTIME, with configurable default |
ASK_VALIDITYENDTIME() |
Getter for VALIDITYENDTIME w/ exceptions if field has no val |
HAS_VALIDITYENDTIME() |
Determine if VALIDITYENDTIME has a value |
Fingerprint¶
The fingerprint of the public key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FINGERPRINT() |
Getter for FINGERPRINT, with configurable default |
ASK_FINGERPRINT() |
Getter for FINGERPRINT w/ exceptions if field has no value |
HAS_FINGERPRINT() |
Determine if FINGERPRINT 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_PUBLICKEYLIST¶
TYPES TT_PUBLICKEYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TRLPUBLICKEY WITH DEFAULT KEY
.