Module yubihsm::adapter[][src]

Adapters for connecting to the HSM. There are two main adapters supported:

  • HttpAdapter: communicates with the YubiHSM via the yubihsm-connector network service, which provides an HTTP API
  • UsbAdapter: communicates with the YubiHSM directly via USB.

Modules

http

Adapter for yubihsm-connector which communicates using HTTP.

usb

Support for interacting directly with the YubiHSM 2 via USB

Enums

AdapterErrorKind

yubihsm-connector related error kinds

Traits

Adapter

Adapters for communicating with the YubiHSM2

Type Definitions

AdapterError

yubihsm-connector related errors