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
sourceimpl 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.
Trait Implementations
sourceimpl From<QuoteInfo> for TPMS_QUOTE_INFO
impl From<QuoteInfo> for TPMS_QUOTE_INFO
sourceimpl TryFrom<TPMS_QUOTE_INFO> for QuoteInfo
impl TryFrom<TPMS_QUOTE_INFO> for QuoteInfo
Auto Trait Implementations
impl RefUnwindSafe for QuoteInfo
impl Send for QuoteInfo
impl Sync for QuoteInfo
impl Unpin for QuoteInfo
impl UnwindSafe for QuoteInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more