exposure-notifications-android
exposure-notifications-android copied to clipboard
Make debug output compatible with CLI tool
Make the debug output (more) compatible with the server's command-line tool for generating keyfile zips (example keys.json).
Before this change:
[
{
"keyData": "YIoRYST4D8vdzbwpcA/+tA==",
"rollingStartNumber": 2648160,
"rollingPeriod": 0,
"transmissionRiskLevel": 0
}
]
After the change:
[
{
"key": "YIoRYST4D8vdzbwpcA/+tA==",
"rollingStartNumber": 2648160,
"rollingPeriod": 144,
"transmissionRiskLevel": 0
}
]
/cc @mikehelmick @gurayAlsac