FakeKMS

class FakeKMS(val keys: Storage<StoredCMK> = Storage.InMemory(), random: SecureRandom = SecureRandom()) : ChaoticHttpHandler(source)

Constructors

Link copied to clipboard
constructor(keys: Storage<StoredCMK> = Storage.InMemory(), random: SecureRandom = SecureRandom())

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun client(): KMS

Convenience function to get a KMS client

Link copied to clipboard
open operator override fun invoke(request: Request): Response
Link copied to clipboard
Link copied to clipboard