ExportAs2805KeyCryptogram
Parameter information for key material export using AS2805 key cryptogram format.
Contents
- As2805KeyVariant
-
The cryptographic usage of the key under export.
Type: String
Valid Values:
TERMINAL_MAJOR_KEY_VARIANT_00 | PIN_ENCRYPTION_KEY_VARIANT_28 | MESSAGE_AUTHENTICATION_KEY_VARIANT_24 | DATA_ENCRYPTION_KEY_VARIANT_22Required: Yes
- WrappingKeyIdentifier
-
A key identifier that can be either a key ARN or an alias name. This allows flexible key identification in operations.
When using a key ARN, it must be a fully qualified ARN in the format:
arn:aws:payment-cryptography:region:account:key/key-id.When using an alias, it must begin with
alias/followed by the alias name.Important
Do not include confidential or sensitive information in this field. This field may be displayed in plaintext in AWS CloudTrail logs and other output.
Type: String
Length Constraints: Minimum length of 7. Maximum length of 322.
Pattern:
arn:aws:payment-cryptography:[a-z]{2}-[a-z]{1,16}-[0-9]+:[0-9]{12}:(key/[0-9a-zA-Z]{16,64}|alias/[a-zA-Z0-9/_-]+)$|^alias/[a-zA-Z0-9/_-]+Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: