Struct routing::FullId [] [src]

pub struct FullId { /* fields omitted */ }

Network identity component containing name, and public and private keys.

Methods

impl FullId
[src]

Construct a FullId with newly generated keys.

Construct with given keys (client requirement).

Construct a FullId whose name is in the interval start, end. FIXME(Fraser) - time limit this function? Document behaviour

Returns public ID reference.

Returns mutable reference to public ID.

Secret signing key.

Private encryption key.

Trait Implementations

impl Clone for FullId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for FullId
[src]

Returns the "default value" for a type. Read more