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
StateType
and 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
State
structs. - User
State - The state of a user.
- User
State Type - A wrapper around a
StateType
and aUserState
.
Enums§
- KeyCertificate
State - The state of a key certificate.
- State
Comparison Error - An error that may occur when comparing two
State
structs. - State
Type - Indicator for
State
to distinguish what its data belongs to.