ImportKeyCryptogram
Parameter information for key material import using asymmetric RSA wrap and unwrap key exchange method.
Contents
- Exportable
-
Specifies whether the key is exportable from the service.
Type: Boolean
Required: Yes
- 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 7 days. You can use the same import token to import multiple keys to the same service account.
Type: String
Pattern:
import-token-[0-9a-zA-Z]{16,64}
Required: Yes
- KeyAttributes
-
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after the key is created.
Type: KeyAttributes object
Required: Yes
- WrappedKeyCryptogram
-
The RSA wrapped key cryptogram under import.
Type: String
Length Constraints: Minimum length of 16. Maximum length of 4096.
Pattern:
[0-9A-F]+
Required: Yes
- WrappingSpec
-
The wrapping spec for the wrapped key cryptogram.
Type: String
Valid Values:
RSA_OAEP_SHA_256 | RSA_OAEP_SHA_512
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: