TrustedInfrastructureHostsHardwareTpmPcrBank

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


Properties

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.

Possible values are: SHA256SHA384SHA512SM3_256


map of string as binary
pcrs Required

The index of PCR and corresponding TPM digest value.

JSON Example

{
	"algorithm": "SHA256",
	"pcrs": {
		"key": "string"
	}
}

Feedback

Was this page helpful?