encryptionService

@Bean
@ConditionalOnMissingBean
@ConditionalOnBean(value = [TinkKeysetStore::class])
open fun encryptionService(properties: SecurityPropertiesConfig, keysetStore: TinkKeysetStore): EncryptionService