From 7ec1121aafc63d8e0d96607f4d18b2522fcd4e2b Mon Sep 17 00:00:00 2001 From: Patrick Amrein Date: Tue, 14 Jul 2020 08:35:44 +0200 Subject: [PATCH] Slightly more information on delayed key date --- .../main/java/org/dpppt/backend/sdk/model/gaen/GaenRequest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpppt-backend-sdk/dpppt-backend-sdk-model/src/main/java/org/dpppt/backend/sdk/model/gaen/GaenRequest.java b/dpppt-backend-sdk/dpppt-backend-sdk-model/src/main/java/org/dpppt/backend/sdk/model/gaen/GaenRequest.java index 783e8832..9dd34c78 100644 --- a/dpppt-backend-sdk/dpppt-backend-sdk-model/src/main/java/org/dpppt/backend/sdk/model/gaen/GaenRequest.java +++ b/dpppt-backend-sdk/dpppt-backend-sdk-model/src/main/java/org/dpppt/backend/sdk/model/gaen/GaenRequest.java @@ -24,7 +24,7 @@ public class GaenRequest { private List gaenKeys; @NotNull - @Documentation(description = "Unknown - has something to do with GAEN not exposing the current day's key and that the current day's key will be delivered with 24h delay") + @Documentation(description = "Prior to version 1.5 Exposure Keys for the day of report weren't available (since they were still used throughout this day RPI=144), so the submission of the last key had to be delayed. This Unix timestamp in milliseconds specifies, which key date the last key (which will be submitted on the next day) will have. The backend then issues a JWT to allow the submission of this last key with specified key date. This should not be necessary after the Exposure Framework is able to send and handle keys with RollingPeriod < 144 (e.g. only valid until submission).") private Integer delayedKeyDate; public List getGaenKeys() {