Expand description
A store’s device-identity custody: where its signing keypair is unlocked
from, where a newly established one is written, and how it is removed.
IdentityCustody is the policy a host selects on the builder, next to
crate::custody::KeyCustody; IdentityCustody::resolve turns it into
the DeviceIdentityCustody trait object the identity-establishing call
sites (create, join, restore) drive.
Enums§
- Identity
Custody - How a store’s device-signing identity is protected. Selected on the
builder, resolved once per store — the identity sibling of
crate::custody::KeyCustody, same shape.