You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.3 KiB
53 lines
1.3 KiB
{
|
|
"type": "TPM2_ALG_RSA",
|
|
"nameAlg":"TPM2_ALG_SHA256",
|
|
"srk_template": "system,restricted,decrypt,0x81000001",
|
|
"srk_persistent": 1,
|
|
"ek_template": "system,restricted,decrypt",
|
|
"rsa_signing_scheme": {
|
|
"scheme":"TPM2_ALG_RSAPSS",
|
|
"details":{
|
|
"hashAlg":"TPM2_ALG_SHA256"
|
|
}
|
|
},
|
|
"rsa_decrypt_scheme": {
|
|
"scheme":"TPM2_ALG_OAEP",
|
|
"details":{
|
|
"hashAlg":"TPM2_ALG_SHA256"
|
|
}
|
|
},
|
|
"sym_mode":"TPM2_ALG_CFB",
|
|
"sym_parameters": {
|
|
"algorithm":"TPM2_ALG_AES",
|
|
"keyBits":"128",
|
|
"mode":"TPM2_ALG_CFB"
|
|
},
|
|
"sym_block_size": 16,
|
|
"pcr_selection": [
|
|
{ "hash": "TPM2_ALG_SHA1",
|
|
"pcrSelect": [ ]
|
|
},
|
|
{ "hash": "TPM2_ALG_SHA256",
|
|
"pcrSelect": [ 8, 9 , 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ]
|
|
}
|
|
],
|
|
"exponent": 0,
|
|
"keyBits": 2048,
|
|
"session_hash_alg": "TPM2_ALG_SHA256",
|
|
"session_symmetric":{
|
|
"algorithm":"TPM2_ALG_AES",
|
|
"keyBits":"128",
|
|
"mode":"TPM2_ALG_CFB"
|
|
},
|
|
"ek_policy": {
|
|
"description": "Endorsement hierarchy used for policy secret.",
|
|
"policy":[
|
|
{
|
|
"type":"POLICYSECRET",
|
|
"objectName": "4000000b",
|
|
}
|
|
]
|
|
}
|
|
|
|
}
|