pub struct EphemeralServerSession { /* private fields */ }
Available on crate feature safe_api only.
Expand description

A key pair used to establish shared keys for a single session.

Implementations

Generate a new random key pair.

Get a reference to the PublicKey.

Get a reference to the PrivateKey.

Establish session keys with a client. This moves self to ensure that the keys generated with Self::new() are only used for this key exchange, thus remaining ephemeral.

Trait Implementations

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.