struct Matter::Session::Case::Definitions::Sigma3

Overview

CASE Sigma3 message Sent by initiator (chip-tool) to complete CASE session establishment

Defined in:

matter/session/case/definitions.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : Bytes) #

Constructor from TLV bytes


[View source]

Instance Method Detail

def encrypted3 : Bytes #

Encrypted initiator certificate (tag 1)


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

Encrypted initiator certificate (tag 1)


[View source]
def to_bytes : Bytes #

Encode to TLV bytes


[View source]