/AWS1/CL_FNTPUBLICKEYSUMMARY¶
Contains information about a public key.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The identifier of the public key.
iv_name TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
A name to help identify the public key.
iv_createdtime TYPE /AWS1/FNTTIMESTAMP /AWS1/FNTTIMESTAMP¶
The date and time when the public key was uploaded.
iv_encodedkey TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The public key.
Optional arguments:¶
iv_comment TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
A comment to describe the public key. The comment cannot be longer than 128 characters.
Queryable Attributes¶
Id¶
The identifier of the public key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Name¶
A name to help identify the public key.
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 |
CreatedTime¶
The date and time when the public key was uploaded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
EncodedKey¶
The public key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCODEDKEY() |
Getter for ENCODEDKEY, with configurable default |
ASK_ENCODEDKEY() |
Getter for ENCODEDKEY w/ exceptions if field has no value |
HAS_ENCODEDKEY() |
Determine if ENCODEDKEY has a value |
Comment¶
A comment to describe the public key. The comment cannot be longer than 128 characters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMENT() |
Getter for COMMENT, with configurable default |
ASK_COMMENT() |
Getter for COMMENT w/ exceptions if field has no value |
HAS_COMMENT() |
Determine if COMMENT 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_PUBLICKEYSUMMARYLIST¶
TYPES TT_PUBLICKEYSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FNTPUBLICKEYSUMMARY WITH DEFAULT KEY
.