struct Matter::Session::Case::Definitions::Sigma1

Overview

CASE Sigma1 message Sent by initiator (chip-tool) to begin CASE session establishment

Defined in:

matter/session/case/definitions.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : Bytes) #

[View source]

Instance Method Detail

def destination_id : Bytes #

Destination ID - compressed fabric ID + node ID (tag 3)


[View source]
def destination_id=(destination_id : Bytes) #

Destination ID - compressed fabric ID + node ID (tag 3)


[View source]
def initiator_eph_pub_key : Bytes #

Initiator's ephemeral public key (65 bytes EC point, tag 4)


[View source]
def initiator_eph_pub_key=(initiator_eph_pub_key : Bytes) #

Initiator's ephemeral public key (65 bytes EC point, tag 4)


[View source]
def initiator_random : Bytes #

Initiator's random value (32 bytes, tag 1)


[View source]
def initiator_random=(initiator_random : Bytes) #

Initiator's random value (32 bytes, tag 1)


[View source]
def initiator_resume_mic : Bytes | Nil #

Optional initiator resume MIC (tag 6)


[View source]
def initiator_resume_mic=(initiator_resume_mic : Bytes | Nil) #

Optional initiator resume MIC (tag 6)


[View source]
def initiator_session_id : UInt16 #

Initiator's session ID (tag 2)


[View source]
def initiator_session_id=(initiator_session_id : UInt16) #

Initiator's session ID (tag 2)


[View source]
def resumption_id : Bytes | Nil #

Optional resumption ID (tag 5)


[View source]
def resumption_id=(resumption_id : Bytes | Nil) #

Optional resumption ID (tag 5)


[View source]
def to_bytes : Bytes #

Encode to TLV bytes


[View source]