Amazon Payment Cryptography · JSON Structure

Openapi Key Algorithm Structure

KeyAlgorithm schema from Amazon Payment Cryptography

Type: string Properties: 0
CryptographyFinancial ServicesPayment ProcessingPCI

KeyAlgorithm is a JSON Structure definition published by Amazon Payment Cryptography. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-key-algorithm-structure.json",
  "name": "KeyAlgorithm",
  "description": "KeyAlgorithm schema from Amazon Payment Cryptography",
  "type": "string",
  "enum": [
    "TDES_2KEY",
    "TDES_3KEY",
    "AES_128",
    "AES_192",
    "AES_256",
    "RSA_2048",
    "RSA_3072",
    "RSA_4096"
  ]
}