1{ 2 "type": "TPM2_ALG_RSA", 3 "nameAlg":"TPM2_ALG_SHA256", 4 "srk_template": "system,restricted,decrypt", 5 "srk_persistent": 0, 6 "ek_template": "system,restricted,decrypt,0x81000000", 7 "ecc_signing_scheme": { 8 "scheme":"TPM2_ALG_ECDSA", 9 "details":{ 10 "hashAlg":"TPM2_ALG_SHA1" 11 }, 12 }, 13 "rsa_signing_scheme": { 14 "scheme":"TPM2_ALG_RSAPSS", 15 "details":{ 16 "hashAlg":"TPM2_ALG_SHA1" 17 } 18 }, 19 "rsa_decrypt_scheme": { 20 "scheme":"TPM2_ALG_OAEP", 21 "details":{ 22 "hashAlg":"TPM2_ALG_SHA1" 23 } 24 }, 25 "sym_mode":"TPM2_ALG_CFB", 26 "sym_parameters": { 27 "algorithm":"TPM2_ALG_AES", 28 "keyBits":"128", 29 "mode":"TPM2_ALG_CFB" 30 }, 31 "sym_block_size": 16, 32 "pcr_selection": [ 33 { "hash": "TPM2_ALG_SHA1", 34 "pcrSelect": [ 9, 15 ] 35 }, 36 { "hash": "TPM2_ALG_SHA256", 37 "pcrSelect": [ 8, 16 ] 38 } 39 ], 40 "exponent": 0, 41 "keyBits": 2048 42} 43