Expand description
Owner-signed wrapped store keys.
Structs§
- Prepared
Wrapped Store Key - Wrapped
Store Key - A Store encryption keyring sealed to one member and signed by an Owner.
- Wrapped
Store KeyRef
Enums§
- Wrapped
KeyError - Why a
WrappedStoreKeycould not be authenticated and unwrapped. Named per reason so the caller can surface why an adoption was refused — a substituted/forged key (the signature does not verify against the pinned owner) is distinct from a corrupt object (the sealed box is not valid hex) — rather than collapsing both into one opaque failure. - Wrapped
Keyring Error