Skip to main content

Module wrapped_store_key

Module wrapped_store_key 

Source
Expand description

Owner-signed wrapped store keys.

Structs§

PreparedWrappedStoreKey
WrappedStoreKey
A Store encryption keyring sealed to one member and signed by an Owner.
WrappedStoreKeyRef

Enums§

WrappedKeyError
Why a WrappedStoreKey could 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.
WrappedKeyringError