getParametersForExport
inline suspend fun PaymentCryptographyClient.getParametersForExport(crossinline block: GetParametersForExportRequest.Builder.() -> Unit): GetParametersForExportResponse
Gets the export token and the signing key certificate to initiate a TR-34 key export from Amazon Web Services Payment Cryptography.
The signing key certificate signs the wrapped key under export within the TR-34 key payload. The export token and signing key certificate must be in place and operational before calling ExportKey. The export token expires in 7 days. You can use the same export token to export multiple keys from your service account.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
ExportKey
GetParametersForImport