/AWS1/CL_FNTPUBLICKEY¶
A public key that you can use with signed URLs and signed cookies, or with field-level encryption.
CloudFront supports signed URLs and signed cookies with RSA 2048 or ECDSA 256 key signatures. Field-level encryption is only compatible with RSA 2048 key signatures.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The identifier of the public key.
iv_createdtime TYPE /AWS1/FNTTIMESTAMP /AWS1/FNTTIMESTAMP¶
The date and time when the public key was uploaded.
io_publickeyconfig TYPE REF TO /AWS1/CL_FNTPUBLICKEYCONFIG /AWS1/CL_FNTPUBLICKEYCONFIG¶
Configuration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption.
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 |
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 |
PublicKeyConfig¶
Configuration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PUBLICKEYCONFIG() |
Getter for PUBLICKEYCONFIG |