Struct yubihsm::connector::Connector [] [src]

pub struct Connector { /* fields omitted */ }

yubihsm-connector client

Methods

impl Connector
[src]

[src]

Open a connection to a yubihsm-connector

[src]

GET /connector/status returning the result as connector::Status

[src]

Open a new session to the HSM, authenticating with the given keypair

[src]

Open a new session to the HSM, authenticating with a given password

Trait Implementations

Auto Trait Implementations

impl Send for Connector

impl Sync for Connector