Uses of Class
app.coronawarn.server.services.distribution.assembly.diagnosiskeys.DiagnosisKeyBundler
-
-
Uses of DiagnosisKeyBundler in app.coronawarn.server.services.distribution.assembly.diagnosiskeys
Subclasses of DiagnosisKeyBundler in app.coronawarn.server.services.distribution.assembly.diagnosiskeys Modifier and Type Class Description class
DemoDiagnosisKeyBundler
An instance of this class contains a collection ofDiagnosisKeys
, that will be distributed in the same hour they have been submitted.class
ProdDiagnosisKeyBundler
An instance of this class contains a collection ofDiagnosisKeys
, that will be distributed while respecting expiry policy (keys must be expired for a configurable amount of time before distribution) and shifting policy (there must be at least a configurable number of keys in a distribution). -
Uses of DiagnosisKeyBundler in app.coronawarn.server.services.distribution.assembly.diagnosiskeys.structure.directory
Constructors in app.coronawarn.server.services.distribution.assembly.diagnosiskeys.structure.directory with parameters of type DiagnosisKeyBundler Constructor Description DiagnosisKeysCountryDirectory(DiagnosisKeyBundler diagnosisKeyBundler, CryptoProvider cryptoProvider, DistributionServiceConfig distributionServiceConfig)
Constructs aDiagnosisKeysCountryDirectory
instance that represents the.../country/:country/...
portion of the diagnosis key directory structure.DiagnosisKeysDateDirectory(DiagnosisKeyBundler diagnosisKeyBundler, CryptoProvider cryptoProvider, DistributionServiceConfig distributionServiceConfig)
Constructs aDiagnosisKeysDateDirectory
instance associated with the specifiedDiagnosisKey
collection.DiagnosisKeysDirectory(DiagnosisKeyBundler diagnosisKeyBundler, CryptoProvider cryptoProvider, DistributionServiceConfig distributionServiceConfig)
Constructs aDiagnosisKeysDirectory
based on the specifiedDiagnosisKey
collection.DiagnosisKeysHourDirectory(DiagnosisKeyBundler diagnosisKeyBundler, CryptoProvider cryptoProvider, DistributionServiceConfig distributionServiceConfig)
Constructs aDiagnosisKeysHourDirectory
instance for the specified date. -
Uses of DiagnosisKeyBundler in app.coronawarn.server.services.distribution.assembly.diagnosiskeys.structure.directory.decorator
Constructors in app.coronawarn.server.services.distribution.assembly.diagnosiskeys.structure.directory.decorator with parameters of type DiagnosisKeyBundler Constructor Description DateAggregatingDecorator(IndexDirectory<LocalDate,WritableOnDisk> directory, CryptoProvider cryptoProvider, DistributionServiceConfig distributionServiceConfig, DiagnosisKeyBundler diagnosisKeyBundler)
Creates a new DateAggregatingDecorator.
-