Struct tss_esapi::structures::QuoteInfo
source · pub struct QuoteInfo { /* private fields */ }Expand description
Structure holding the attested data for TPM2_Quote()
Details
This corresponds to the TPMS_QUOTE_INFO
Implementations§
source§impl QuoteInfo
impl QuoteInfo
sourcepub const fn pcr_selection(&self) -> &PcrSelectionList
pub const fn pcr_selection(&self) -> &PcrSelectionList
Returns the pcr selections list representing the selected PCRs.
sourcepub const fn pcr_digest(&self) -> &Digest
pub const fn pcr_digest(&self) -> &Digest
Returns the digest selected PCRs hash of the signing key.