Uses of Class
app.coronawarn.server.services.federation.upload.config.UploadServiceConfig
-
-
Uses of UploadServiceConfig in app.coronawarn.server.services.federation.upload.keys
Constructors in app.coronawarn.server.services.federation.upload.keys with parameters of type UploadServiceConfig Constructor Description DiagnosisKeyPersistenceLoader(FederationUploadKeyService uploadKeyService, UploadServiceConfig uploadConfig)
-
Uses of UploadServiceConfig in app.coronawarn.server.services.federation.upload.payload
Constructors in app.coronawarn.server.services.federation.upload.payload with parameters of type UploadServiceConfig Constructor Description AllowedPropertiesMap(UploadServiceConfig configuration)
Reads configuration and returns the received value if properties are allowed to be sent to EFGS.DiagnosisKeyBatchAssembler(UploadServiceConfig uploadConfig, AllowedPropertiesMap allowedPropertiesMap)
-
Uses of UploadServiceConfig in app.coronawarn.server.services.federation.upload.payload.signing
Constructors in app.coronawarn.server.services.federation.upload.payload.signing with parameters of type UploadServiceConfig Constructor Description BatchSigner(CryptoProvider cryptoProvider, UploadServiceConfig uploadServiceConfig)
-
Uses of UploadServiceConfig in app.coronawarn.server.services.federation.upload.runner
Constructors in app.coronawarn.server.services.federation.upload.runner with parameters of type UploadServiceConfig Constructor Description TestDataGeneration(UploadServiceConfig uploadServiceConfig, TestDataUploadRepository keyRepository)
-