ImportTr34KeyBlock

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

CryptographyFinancial-ServicesPayment ProcessingPCI

Properties

Name Type Description
CertificateAuthorityPublicKeyIdentifier object
ImportToken object
KeyBlockFormat object
RandomNonce object
SigningKeyCertificate object
WrappedKeyBlock object
View JSON Schema on GitHub

JSON Schema

openapi-import-tr34-key-block-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-payment-cryptography/refs/heads/main/json-schema/openapi-import-tr34-key-block-schema.json",
  "title": "ImportTr34KeyBlock",
  "description": "Parameter information for key material import 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 signing key certificate during TR-34 key import."
        }
      ]
    },
    "ImportToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImportTokenId"
        },
        {
          "description": "The import token that initiates key import into Amazon Web Services Payment Cryptography. It expires after 7 days. You can use the same import token to import multiple keys to the same service account."
        }
      ]
    },
    "KeyBlockFormat": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Tr34KeyBlockFormat"
        },
        {
          "description": "The key block format to use during key import. The only value allowed is <code>X9_TR34_2012</code>."
        }
      ]
    },
    "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."
        }
      ]
    },
    "SigningKeyCertificate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CertificateType"
        },
        {
          "description": "The public key component in PEM certificate format of the private key that signs the KDH TR-34 wrapped key block."
        }
      ]
    },
    "WrappedKeyBlock": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Tr34WrappedKeyBlock"
        },
        {
          "description": "The TR-34 wrapped key block to import."
        }
      ]
    }
  },
  "required": [
    "CertificateAuthorityPublicKeyIdentifier",
    "ImportToken",
    "KeyBlockFormat",
    "SigningKeyCertificate",
    "WrappedKeyBlock"
  ]
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/openapi-import-tr34-key-block"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.