TrustedInfrastructure_Hosts_Hardware_Tpm_PcrBank

TrustedInfrastructure_Hosts_Hardware_Tpm_PcrBank
TrustedInfrastructure_Hosts_Hardware_Tpm_PcrBank

The PcrBank structure contains information that describes digest information of a PCR bank.

JSON Example
{
    "algorithm": "string",
    "pcrs": {
        "pcrs": "string"
    }
}
algorithm
Required

The HashAlgorithm enumerated type defines the possible hash algorithms.
SHA256 : The SHA 256 hash algorithm.
SHA384 : The SHA 384 hash algorithm.
SHA512 : The SHA 512 hash algorithm.
SM3_256 : The SM3 hash algorithm.

object
pcrs
Required

The index of PCR and corresponding TPM digest value.