{
    "type": "ecc",
    "nameAlg":"sha256",
    "srk_template": "system,restricted,decrypt,noda,0x81000001",
    "srk_description": "Storage root key SRK",
    "ek_template":  "system,restricted,decrypt,unique_zero=32",
    "ek_description": "Endorsement key EK",
    "ecc_signing_scheme": {
        "scheme":"ecdsa",
        "details":{
            "hashAlg":"sha256"
        }
    },
    "sym_mode":"cfb",
    "sym_parameters": {
        "algorithm":"aes",
        "keyBits":"128",
        "mode":"cfb"
    },
    "sym_block_size": 16,
    "pcr_selection": [
       { "hash": "sha1",
         "pcrSelect": [ ]
       },
       { "hash": "sha256",
         "pcrSelect": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ]
       }
    ],
    "curveID": "nist_p256",
    "ek_policy": {
        "description": "Endorsement hierarchy used for policy secret.",
        "policy":[
            {
                "type":"policysecret",
                "objectName": "4000000b"
            }
        ]
    }
}
