Amazon Payment Cryptography · JSON Structure

Openapi Export Tr34 Key Block Structure

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

Type: object Properties: 5 Required: 4
CryptographyFinancial-ServicesPayment ProcessingPCI

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

Properties

CertificateAuthorityPublicKeyIdentifier ExportToken KeyBlockFormat RandomNonce WrappingKeyCertificate

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-tr34-key-block-structure.json",
  "name": "ExportTr34KeyBlock",
  "description": "Parameter information for key material export using TR-34 standard.",
  "type": "object",
  "properties": {
    "CertificateAuthorityPublicKeyIdentifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/KeyArnOrKeyAliasType"
        },
        {
          "description": "The <code>KeyARN</code> of the certificate chain that signs the wrapping key certificate during TR-34 key export."
        }
      ]
    },
    "ExportToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ExportTokenId"
        },
        {
          "description": "The export token to initiate key export from Amazon Web Services Payment Cryptography. It also contains the signing key certificate that will sign the wrapped key during TR-34 key block generation. Call <a>GetParametersForExport</a> to receive an export token. It expires after 7 days. You can use the same export token to export multiple keys from the same service account."
        }
      ]
    },
    "KeyBlockFormat": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Tr34KeyBlockFormat"
        },
        {
          "description": "The format of key block that Amazon Web Services Payment Cryptography will use during key export."
        }
      ]
    },
    "RandomNonce": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HexLength16"
        },
        {
          "description": "A random number value that is unique to the TR-34 key block generated using 2 pass. The operation will fail, if a random nonce value is not provided for a TR-34 key block generated using 2 pass."
        }
      ]
    },
    "WrappingKeyCertificate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CertificateType"
        },
        {
          "description": "The <code>KeyARN</code> of the wrapping key certificate. Amazon Web Services Payment Cryptography uses this certificate to wrap the key under export."
        }
      ]
    }
  },
  "required": [
    "CertificateAuthorityPublicKeyIdentifier",
    "ExportToken",
    "KeyBlockFormat",
    "WrappingKeyCertificate"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/openapi-export-tr34-key-block-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.