Struct libyubihsm::Session [] [src]

pub struct Session { /* fields omitted */ }

Represents a Session with the HSM.

The Session is where the bulk of the YubiHSM's functionality is found. A Session is needed to perform any cryptographic or device administration tasks.

Methods

impl Session
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Session
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Session
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Session

impl !Sync for Session