Function unseal

Source
pub async fn unseal(
    key_info: &[u8],
    key_blob: &[u8],
    sealed_secret: &[u8],
) -> Result<Vec<u8>, SealingKeysError>
Expand description

Convenience wrapper around fuchsia.security.keymint/SealingKeys::Unseal()

See //sdk/fidl/fuchsia.security.keymint/sealing_keys.fidl for more details.

Requires the caller to have the capability fuchsia.security.keymint.SealingKeys