pub struct PrepareActivateCredential {
    pub name: Vec<u8>,
    pub public: Vec<u8>,
    pub attesting_key_pub: Vec<u8>,
}
Expand description

Wrapper for the data needed to prepare for an ActivateCredential attestation.

Fields

name: Vec<u8>

TPM name of key to be attested

public: Vec<u8>

Bytes representing the serialized version of the key public parameters

attesting_key_pub: Vec<u8>

The public part of the attesting key

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.