/AWS1/CL_PCYIMPORTTR31KEYBLOCK¶
Parameter information for key material import using symmetric TR-31 key exchange method.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_wrappingkeyidentifier TYPE /AWS1/PCYKEYARNORKEYALIASTYPE /AWS1/PCYKEYARNORKEYALIASTYPE¶
The
KeyARNof the key that will decrypt or unwrap a TR-31 key block during import.
iv_wrappedkeyblock TYPE /AWS1/PCYTR31WRAPPEDKEYBLOCK /AWS1/PCYTR31WRAPPEDKEYBLOCK¶
The TR-31 wrapped key block to import.
Queryable Attributes¶
WrappingKeyIdentifier¶
The
KeyARNof the key that will decrypt or unwrap a TR-31 key block during import.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WRAPPINGKEYIDENTIFIER() |
Getter for WRAPPINGKEYIDENTIFIER, with configurable default |
ASK_WRAPPINGKEYIDENTIFIER() |
Getter for WRAPPINGKEYIDENTIFIER w/ exceptions if field has |
HAS_WRAPPINGKEYIDENTIFIER() |
Determine if WRAPPINGKEYIDENTIFIER has a value |
WrappedKeyBlock¶
The TR-31 wrapped key block to import.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WRAPPEDKEYBLOCK() |
Getter for WRAPPEDKEYBLOCK, with configurable default |
ASK_WRAPPEDKEYBLOCK() |
Getter for WRAPPEDKEYBLOCK w/ exceptions if field has no val |
HAS_WRAPPEDKEYBLOCK() |
Determine if WRAPPEDKEYBLOCK has a value |