ark::aws::KmsServer

Defined in header “ark/aws/testing/kms_server.hh”.


This class represents a mock AWS KMS server, which allows you to generate keys and sign data.

Methods

  • KmsServer(const comms::NetworkAddress & address)
    Constructor. Initializes the KMS server and starts the background thread that will handle requests.

  • ~KmsServer()
    Destructor implemented internally.

  • core::Url endpoint()
    Returns the endpoint that you can talk to this server over.