Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class KeyMaterial(val serverSecureAreaBoundKey: ByteString, val attestationKey: AsymmetricKey.X509Certified, val cloudBindingKey: AsymmetricKey.X509Certified)

Various keys used by the Cloud Secure Area.

Link copied to clipboard
class Main

Main entry point to launch the server.

Functions

Link copied to clipboard
fun Application.configureRouting(serverEnvironment: Deferred<ServerEnvironment>)

Defines server endpoints for HTTP GET and POST.