E2EESetupRequest0

data class E2EESetupRequest0(val registrationContext: ByteArray) : CloudSecureAreaProtocol.Command

This message is sent when the device wishes to set up end-to-end encryption to the Secure Area of the server.

After receiving this message, the server responds with a E2EESetupResponse0 message.

Constructors

Link copied to clipboard
constructor(registrationContext: ByteArray)

Properties

Link copied to clipboard

is the value obtained from the registration flow, see RegisterResponse1.