struct Matter::Session::Pase::Definitions::PbkdfParamResponse

Overview

PBKDF Parameter Response message Sent by device in response to PbkdfParamRequest

Included Modules

Defined in:

matter/session/pase/definitions.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(iterations : UInt32, salt : Bytes, responder_session_id : UInt16 | Nil = nil) #

[View source]
def self.new(data : Slice(UInt8)) #

[View source]

Instance Method Detail

def iterations : UInt32 #

PBKDF iterations count


[View source]
def iterations=(iterations : UInt32) #

PBKDF iterations count


[View source]
def responder_session_id : UInt16 | Nil #

Responder session ID (optional)


[View source]
def responder_session_id=(responder_session_id : UInt16 | Nil) #

Responder session ID (optional)


[View source]
def salt : Bytes #

PBKDF salt


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

PBKDF salt


[View source]
def to_bytes : Bytes #

Encode to TLV bytes


[View source]