Skip to content

/AWS1/CL_PCYIMPKEYCRYPTOGRAM

Parameter information for key material import using asymmetric RSA wrap and unwrap key exchange method.

CONSTRUCTOR

IMPORTING

Required arguments:

io_keyattributes TYPE REF TO /AWS1/CL_PCYKEYATTRIBUTES /AWS1/CL_PCYKEYATTRIBUTES

KeyAttributes

iv_exportable TYPE /AWS1/PCYBOOLEAN /AWS1/PCYBOOLEAN

Specifies whether the key is exportable from the service.

iv_wrappedkeycryptogram TYPE /AWS1/PCYWRAPPEDKEYCRYPTOGRAM /AWS1/PCYWRAPPEDKEYCRYPTOGRAM

The RSA wrapped key cryptogram under import.

iv_importtoken TYPE /AWS1/PCYIMPORTTOKENID /AWS1/PCYIMPORTTOKENID

The import token that initiates key import using the asymmetric RSA wrap and unwrap key exchange method into AWS Payment Cryptography. It expires after 30 days. You can use the same import token to import multiple keys to the same service account.

Optional arguments:

iv_wrappingspec TYPE /AWS1/PCYWRAPPINGKEYSPEC /AWS1/PCYWRAPPINGKEYSPEC

The wrapping spec for the wrapped key cryptogram.


Queryable Attributes

KeyAttributes

KeyAttributes

Accessible with the following methods

Method Description
GET_KEYATTRIBUTES() Getter for KEYATTRIBUTES

Exportable

Specifies whether the key is exportable from the service.

Accessible with the following methods

Method Description
GET_EXPORTABLE() Getter for EXPORTABLE, with configurable default
ASK_EXPORTABLE() Getter for EXPORTABLE w/ exceptions if field has no value
HAS_EXPORTABLE() Determine if EXPORTABLE has a value

WrappedKeyCryptogram

The RSA wrapped key cryptogram under import.

Accessible with the following methods

Method Description
GET_WRAPPEDKEYCRYPTOGRAM() Getter for WRAPPEDKEYCRYPTOGRAM, with configurable default
ASK_WRAPPEDKEYCRYPTOGRAM() Getter for WRAPPEDKEYCRYPTOGRAM w/ exceptions if field has n
HAS_WRAPPEDKEYCRYPTOGRAM() Determine if WRAPPEDKEYCRYPTOGRAM has a value

ImportToken

The import token that initiates key import using the asymmetric RSA wrap and unwrap key exchange method into AWS Payment Cryptography. It expires after 30 days. You can use the same import token to import multiple keys to the same service account.

Accessible with the following methods

Method Description
GET_IMPORTTOKEN() Getter for IMPORTTOKEN, with configurable default
ASK_IMPORTTOKEN() Getter for IMPORTTOKEN w/ exceptions if field has no value
HAS_IMPORTTOKEN() Determine if IMPORTTOKEN has a value

WrappingSpec

The wrapping spec for the wrapped key cryptogram.

Accessible with the following methods

Method Description
GET_WRAPPINGSPEC() Getter for WRAPPINGSPEC, with configurable default
ASK_WRAPPINGSPEC() Getter for WRAPPINGSPEC w/ exceptions if field has no value
HAS_WRAPPINGSPEC() Determine if WRAPPINGSPEC has a value