struct Matter::Session::Pase::Definitions::Pake1

Overview

PASE Pake1 message Sent by commissioner with their public key (pA)

Included Modules

Defined in:

matter/session/pase/definitions.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : Slice(UInt8)) #

[View source]

Instance Method Detail

def to_bytes : Bytes #

Encode to TLV bytes


[View source]
def x : Bytes #

Commissioner's public key (X value, pA)


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

Commissioner's public key (X value, pA)


[View source]