RegisterResponse0

data class RegisterResponse0(val attestationChallenge: ByteString, val cloudChallenge: ByteArray, val serverState: ByteArray) : CloudSecureAreaProtocol.Command

Message sent by the server to the device sent in response to RegisterRequest0:

Constructors

Link copied to clipboard
constructor(attestationChallenge: ByteString, cloudChallenge: ByteArray, serverState: ByteArray)

Properties

Link copied to clipboard
val attestationChallenge: ByteString

the challenge to use for device attestation.

Link copied to clipboard

the challenge to use for DeviceBindingKey

Link copied to clipboard

an opaque value representing server state.