Expand description
State representation for [NetHsm] backends and Signstar configurations.
Allows to create state representations of users (UserState) and keys (KeyState and
KeyCertificateState) for [NetHsm] backends and Signstar configurations (State).
Each State may be compared against another which may lead to StateComparisonErrors
returning an error, that describes the discrepancies between the two.
Structs§
- KeyState
- The state of a key.
- KeyState
Type - A wrapper around a
StateTypeand aKeyState. - State
- The state of a users and keys for a given type of state.
- State
Comparison Errors - Zero or more errors that may occur when comparing two
Statestructs. - User
State - The state of a user.
- User
State Type - A wrapper around a
StateTypeand aUserState.
Enums§
- KeyCertificate
State - The state of a key certificate.
- State
Comparison Error - An error that may occur when comparing two
Statestructs. - State
Type - Indicator for
Stateto distinguish what its data belongs to.