paymentcryptographycontrolplane_get_parameters_for_export {paws.cost.management} | R Documentation |
Gets the export token and the signing key certificate to initiate a TR-34 key export from Amazon Web Services Payment Cryptography
Description
Gets the export token and the signing key certificate to initiate a TR-34 key export from Amazon Web Services Payment Cryptography.
See https://www.paws-r-sdk.com/docs/paymentcryptographycontrolplane_get_parameters_for_export/ for full documentation.
Usage
paymentcryptographycontrolplane_get_parameters_for_export(
KeyMaterialType,
SigningKeyAlgorithm
)
Arguments
KeyMaterialType |
[required] The key block format type (for example, TR-34 or TR-31) to use during
key material export. Export token is only required for a TR-34 key
export, |
SigningKeyAlgorithm |
[required] The signing key algorithm to generate a signing key certificate. This
certificate signs the wrapped key under export within the TR-34 key
block. |
[Package paws.cost.management version 0.6.1 Index]