InMemoryKeysetConfig

@Configuration(proxyBeanMethods = false)
@ConditionalOnProperty(prefix = "security.crypto.tink", name = ["store"], havingValue = "memory")
open class InMemoryKeysetConfig

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Bean
@ConditionalOnMissingBean(value = [TinkKeysetStore::class])
open fun tinkKeysetStore(): TinkKeysetStore