Expand description
A fake implementation of fuchsia.security.keymint.SealingKeys and fuchsia.security.keymint.Admin for testing purposes.
IMPORTANT: This implementation is insecure!
Structs§
- Fake
Keymint - A fake (insecure) implementation of the Keymint FIDL.
Functions§
- with_
keymint_ service - Runs
fwith a scoped FakeKeymint instance. The instance will be automatically terminated on completion.