Amazon Payment Cryptography · JSON Structure

Openapi Export Tr31 Key Block Structure

Parameter information for key material export using TR-31 standard.

Type: object Properties: 1 Required: 1
CryptographyFinancial ServicesPayment ProcessingPCI

ExportTr31KeyBlock is a JSON Structure definition published by Amazon Payment Cryptography, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

WrappingKeyIdentifier

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-payment-cryptography/refs/heads/main/json-structure/openapi-export-tr31-key-block-structure.json",
  "name": "ExportTr31KeyBlock",
  "description": "Parameter information for key material export using TR-31 standard.",
  "type": "object",
  "properties": {
    "WrappingKeyIdentifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/KeyArnOrKeyAliasType"
        },
        {
          "description": "The <code>KeyARN</code> of the the wrapping key. This key encrypts or wraps the key under export for TR-31 key block generation."
        }
      ]
    }
  },
  "required": [
    "WrappingKeyIdentifier"
  ]
}