Expand description
Handling of users and keys in a NetHSM backend.
Modulesยง
- admin_
credentials ๐ - Administrative credentials for [
NetHsm] backends. - backend ๐
- Backend handling for [
NetHsm]. - config ๐
- NetHSM specific integration for the
crate::configmodule. - error ๐
- Error handling specific to interacting with a
NetHsmBackend. - state ๐
- Common types for state representation of a NetHSM.
Structsยง
- NetHsm
Admin Credentials - Administrative credentials.
- NetHsm
Backend - A NetHSM backend that provides full control over its data.
- NetHsm
Backend State - The state of a
NetHsmBackend. - NetHsm
Config - The configuration items for a NetHSM.
- NetHsm
Config State - The state of a NetHSM configuration.
- NetHsm
Config User Data - Data about a NetHSM user.
- NetHsm
Config User KeyData - Data about a NetHSM signing user associated with a key.
- NetHsm
Diff - The diff between
NetHsmConfigStateandNetHsmBackendState. - NetHsm
Metrics Users - A set of users with unique [
UserId]s, used for metrics retrieval
Enumsยง
- Error
- An error that may occur when handling a NetHSM backend.
- Filter
User Keys - A filter for retrieving information about users and keys.
- NetHsm
Config Error - An error that may occur when using NetHSM config objects.
- NetHsm
User Keys Filter - A filter for retrieving information about users and keys.
- NetHsm
User Mapping - User and data mapping between system users and NetHSM users.