Struct routing::FullId [] [src]

pub struct FullId { /* fields omitted */ }

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

Methods

impl FullId
[src]

[src]

Construct a FullId with newly generated keys.

[src]

Construct with given keys (client requirement).

[src]

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

[src]

Returns public ID reference.

[src]

Returns mutable reference to public ID.

[src]

Secret signing key.

[src]

Private encryption key.

Trait Implementations

impl Clone for FullId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for FullId
[src]

[src]

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

Auto Trait Implementations

impl Send for FullId

impl Sync for FullId