{
  "host": "https://sandbox.api.mastercard.com",
  "mastercard": {
    "consumerKey": "H5MR_EL6fmGG_jzvC6T7Wu43IZ-0plTTTfalNHft2482b23a!eab46a89cc2b46ebb31aeec610f52eeb0000000000000000",
    "keyAlias": "mykeyalias",
    "keystoreP12Path": "./test/__res__/test_key_container.p12",
    "keystorePassword": "Password1",
    "encryptionConfig": {
      "paths": [
        {
          "path": "/resource",
          "toEncrypt": [
            {
              "element": "",
              "obj": "encrypted_payload"
            }
          ],
          "toDecrypt": [
            {
              "element": "encrypted_payload",
              "obj": ""
            }
          ]
        },
        {
          "path": "/array-resp$",
          "toEncrypt": [
            {
              "element": "$",
              "obj": "$"
            }
          ],
          "toDecrypt": [
            {
              "element": "$",
              "obj": "$"
            }
          ]
        }
      ],
      "oaepPaddingDigestAlgorithm": "SHA-512",
      "ivHeaderName": "x-iv",
      "encryptedKeyHeaderName": "x-encrypted-key",
      "oaepHashingAlgorithmHeaderName": "x-oaep-hashing-algorithm",
      "publicKeyFingerprintHeaderName": "x-public-key-fingerprint",
      "publicKeyFingerprintType": "certificate",
      "encryptedValueFieldName": "data",
      "dataEncoding": "hex",
      "encryptionCertificate": "./test/__res__/test_certificate.cert",
      "privateKey": "./test/__res__/test_key.der"
    }
  }
}
