Skip to content

/AWS1/CL_IOTKEYPAIR

Describes a key pair.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_PUBLICKEY TYPE /AWS1/IOTPUBLICKEY /AWS1/IOTPUBLICKEY

The public key.

IV_PRIVATEKEY TYPE /AWS1/IOTPRIVATEKEY /AWS1/IOTPRIVATEKEY

The private key.


Queryable Attributes

PublicKey

The public key.

Accessible with the following methods

Method Description
GET_PUBLICKEY() Getter for PUBLICKEY, with configurable default
ASK_PUBLICKEY() Getter for PUBLICKEY w/ exceptions if field has no value
HAS_PUBLICKEY() Determine if PUBLICKEY has a value

PrivateKey

The private key.

Accessible with the following methods

Method Description
GET_PRIVATEKEY() Getter for PRIVATEKEY, with configurable default
ASK_PRIVATEKEY() Getter for PRIVATEKEY w/ exceptions if field has no value
HAS_PRIVATEKEY() Determine if PRIVATEKEY has a value