Struct opaque_ke::ServerLoginStartResult[][src]

pub struct ServerLoginStartResult<CS: CipherSuite> {
    pub message: CredentialResponse<CS>,
    pub state: ServerLogin<CS>,
    pub plain_info: Vec<u8>,
}
Expand description

Contains the fields that are returned by a server login start

Fields

message: CredentialResponse<CS>

The message to send back to the client

state: ServerLogin<CS>

The state that the server must keep in order to finish the protocl

plain_info: Vec<u8>

The plaintext info sent by the client

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

Performs the conversion.

Performs the conversion.

Should always be Self

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.