Skip to content

/AWS1/CL_FNTPUBLICKEYCONFIG

Configuration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_CALLERREFERENCE TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING

A string included in the request to help make sure that the request can't be replayed.

IV_NAME TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING

A name to help identify the public key.

IV_ENCODEDKEY TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING

The public key that you can use with signed URLs and signed cookies, or with field-level encryption.

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

CallerReference

A string included in the request to help make sure that the request can't be replayed.

Accessible with the following methods

Method Description
GET_CALLERREFERENCE() Getter for CALLERREFERENCE, with configurable default
ASK_CALLERREFERENCE() Getter for CALLERREFERENCE w/ exceptions if field has no val
HAS_CALLERREFERENCE() Determine if CALLERREFERENCE 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

EncodedKey

The 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_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