Skip to content

/AWS1/CL_PCDWRAPPEDWORKINGKEY

The parameter information of the outgoing wrapped key block.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_wrappedkeymaterial TYPE /AWS1/PCDKEYMATERIAL /AWS1/PCDKEYMATERIAL

The wrapped key block of the outgoing transaction key.

iv_keycheckvalue TYPE /AWS1/PCDKEYCHECKVALUE /AWS1/PCDKEYCHECKVALUE

The key check value (KCV) of the key contained within the outgoing TR31WrappedKeyBlock.

The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed. For more information on KCV, see KCV in the Amazon Web Services Payment Cryptography User Guide.

iv_wrappedkeymaterialformat TYPE /AWS1/PCDWRAPPEDKEYMATERIALFMT /AWS1/PCDWRAPPEDKEYMATERIALFMT

The key block format of the wrapped key.


Queryable Attributes

WrappedKeyMaterial

The wrapped key block of the outgoing transaction key.

Accessible with the following methods

Method Description
GET_WRAPPEDKEYMATERIAL() Getter for WRAPPEDKEYMATERIAL, with configurable default
ASK_WRAPPEDKEYMATERIAL() Getter for WRAPPEDKEYMATERIAL w/ exceptions if field has no
HAS_WRAPPEDKEYMATERIAL() Determine if WRAPPEDKEYMATERIAL has a value

KeyCheckValue

The key check value (KCV) of the key contained within the outgoing TR31WrappedKeyBlock.

The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed. For more information on KCV, see KCV in the Amazon Web Services Payment Cryptography User Guide.

Accessible with the following methods

Method Description
GET_KEYCHECKVALUE() Getter for KEYCHECKVALUE, with configurable default
ASK_KEYCHECKVALUE() Getter for KEYCHECKVALUE w/ exceptions if field has no value
HAS_KEYCHECKVALUE() Determine if KEYCHECKVALUE has a value

WrappedKeyMaterialFormat

The key block format of the wrapped key.

Accessible with the following methods

Method Description
GET_WRAPPEDKEYMATERIALFORMAT() Getter for WRAPPEDKEYMATERIALFORMAT, with configurable defau
ASK_WRAPPEDKEYMATERIALFORMAT() Getter for WRAPPEDKEYMATERIALFORMAT w/ exceptions if field h
HAS_WRAPPEDKEYMATERIALFORMAT() Determine if WRAPPEDKEYMATERIALFORMAT has a value