pub struct ClientForAuth<T, Ctx> where
    T: Card<Ctx>,
    Ctx: Copy
{ /* private fields */ }
Expand description

High-level API to operate with authentication certificate and the key-pair

Implementations

Initiates a client with the delegate.

Compute a signature for the message, unlocking the key with the PIN.

Verifies the signature for the message.

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.