Amazon Payment Cryptography · JSON Structure

Openapi Import Tr31 Key Block Structure

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

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

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

Properties

WrappedKeyBlock 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-import-tr31-key-block-structure.json",
  "name": "ImportTr31KeyBlock",
  "description": "Parameter information for key material import using TR-31 standard.",
  "type": "object",
  "properties": {
    "WrappedKeyBlock": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Tr31WrappedKeyBlock"
        },
        {
          "description": "The TR-34 wrapped key block to import."
        }
      ]
    },
    "WrappingKeyIdentifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/KeyArnOrKeyAliasType"
        },
        {
          "description": "The <code>KeyARN</code> of the key that will decrypt or unwrap a TR-31 key block during import."
        }
      ]
    }
  },
  "required": [
    "WrappedKeyBlock",
    "WrappingKeyIdentifier"
  ]
}