pub async fn seal(
key_info: &[u8],
key_blob: &[u8],
secret: &[u8],
) -> Result<Vec<u8>, SealingKeysError>
Expand description
Convenience wrapper around fuchsia.security.keymint/SealingKeys:Seal()
See //sdk/fidl/fuchsia.security.keymint/sealing_keys.fidl for more details.
Requires the caller to have the capability fuchsia.security.keymint.SealingKeys