pub struct Identity { /* private fields */ }Expand description
Batch device identity (aaguid, certificate, key).
Implementations§
Source§impl Identity
impl Identity
Sourcepub fn attestation<T: CryptoClient + CertificateClient>(
&mut self,
trussed: &mut T,
) -> (Option<(KeyId, Certificate)>, Aaguid)
pub fn attestation<T: CryptoClient + CertificateClient>( &mut self, trussed: &mut T, ) -> (Option<(KeyId, Certificate)>, Aaguid)
Lookup batch key and certificate, together with AAUGID.
Trait Implementations§
impl Eq for Identity
impl StructuralPartialEq for Identity
Auto Trait Implementations§
impl Freeze for Identity
impl RefUnwindSafe for Identity
impl Send for Identity
impl Sync for Identity
impl Unpin for Identity
impl UnsafeUnpin for Identity
impl UnwindSafe for Identity
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more