[][src]Struct roughenough::key::LongTermKey

pub struct LongTermKey { /* fields omitted */ }

Represents the server's long-term identity.

Methods

impl LongTermKey[src]

pub fn new(seed: &[u8]) -> Self[src]

pub fn make_cert(&mut self, online_key: &OnlineKey) -> RtMessage[src]

Create a CERT message with a DELE containing the provided online key and a SIG of the DELE value signed by the long-term key

pub fn public_key(&self) -> &[u8][src]

Return the public key for the provided seed

Trait Implementations

impl Display for LongTermKey[src]

Auto Trait Implementations

impl Send for LongTermKey

impl Sync for LongTermKey

Blanket Implementations

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]