Uses of Class
app.coronawarn.server.services.distribution.assembly.component.CryptoProvider
-
-
Uses of CryptoProvider in app.coronawarn.server.services.distribution.assembly.appconfig.structure.archive.decorator.signing
Constructors in app.coronawarn.server.services.distribution.assembly.appconfig.structure.archive.decorator.signing with parameters of type CryptoProvider Constructor Description AppConfigurationSigningDecorator(Archive<WritableOnDisk> archive, CryptoProvider cryptoProvider, DistributionServiceConfig distributionServiceConfig)
-
Uses of CryptoProvider in app.coronawarn.server.services.distribution.assembly.appconfig.structure.directory
Constructors in app.coronawarn.server.services.distribution.assembly.appconfig.structure.directory with parameters of type CryptoProvider Constructor Description AppConfigurationDirectory(CryptoProvider cryptoProvider, DistributionServiceConfig distributionServiceConfig)
Creates anAppConfigurationDirectory
for the exposure configuration and risk score classification. -
Uses of CryptoProvider in app.coronawarn.server.services.distribution.assembly.diagnosiskeys.structure.archive.decorator.singing
Constructors in app.coronawarn.server.services.distribution.assembly.diagnosiskeys.structure.archive.decorator.singing with parameters of type CryptoProvider Constructor Description DiagnosisKeySigningDecorator(Archive<WritableOnDisk> archive, CryptoProvider cryptoProvider, DistributionServiceConfig distributionServiceConfig)
-
Uses of CryptoProvider 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 CryptoProvider 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 CryptoProvider 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 CryptoProvider Constructor Description DateAggregatingDecorator(IndexDirectory<LocalDate,WritableOnDisk> directory, CryptoProvider cryptoProvider, DistributionServiceConfig distributionServiceConfig, DiagnosisKeyBundler diagnosisKeyBundler)
Creates a new DateAggregatingDecorator. -
Uses of CryptoProvider in app.coronawarn.server.services.distribution.assembly.structure.archive.decorator.signing
Fields in app.coronawarn.server.services.distribution.assembly.structure.archive.decorator.signing declared as CryptoProvider Modifier and Type Field Description protected CryptoProvider
AbstractSigningDecorator. cryptoProvider
Constructors in app.coronawarn.server.services.distribution.assembly.structure.archive.decorator.signing with parameters of type CryptoProvider Constructor Description AbstractSigningDecorator(Archive<W> archive, CryptoProvider cryptoProvider, DistributionServiceConfig distributionServiceConfig)
Creates an AbstractSigningDecorator.SigningDecoratorOnDisk(Archive<WritableOnDisk> archive, CryptoProvider cryptoProvider, DistributionServiceConfig distributionServiceConfig)
-