Skip to main content

Crate fake_keymint

Crate fake_keymint 

Source
Expand description

A fake implementation of fuchsia.security.keymint.SealingKeys and fuchsia.security.keymint.Admin for testing purposes.

IMPORTANT: This implementation is insecure!

Structs§

FakeKeymint
A fake (insecure) implementation of the Keymint FIDL.

Functions§

with_keymint_service
Runs f with a scoped FakeKeymint instance. The instance will be automatically terminated on completion.