struct

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

Inherits TLV::Serializable < Struct < Value < Object

PBKDF Parameter Response message Sent by device in response to PbkdfParamRequest

Constructors

new(initiator_random : Bytes, responder_random : Bytes, responder_session_id : UInt16, pbkdf_parameters : PbkdfParametersTLV | Nil = nil, mrp_parameters : MrpParameters | Nil = nil)
Source
new(initiator_random : Bytes, responder_random : Bytes, responder_session_id : UInt16, iterations : UInt32, salt : Bytes)

Convenience constructor with iterations and salt directly

Source
new(any : TLV::Any)
Source

Class methods

from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
Source
from_slice(bytes : Bytes)
Source
from_tlv(any : TLV::Any)
Source
from_tlv(data : Bytes)
Source

Instance methods

initiator_random

Initiator random (echo from request, tag 1)

Source
initiator_random=(initiator_random : Bytes)

Initiator random (echo from request, tag 1)

Source
mrp_parameters

MRP parameters (optional, tag 5)

Source
mrp_parameters=(mrp_parameters : MrpParameters | Nil)

MRP parameters (optional, tag 5)

Source
pbkdf_parameters

PBKDF parameters (nested structure, optional, tag 4)

Source
pbkdf_parameters=(pbkdf_parameters : PbkdfParametersTLV | Nil)

PBKDF parameters (nested structure, optional, tag 4)

Source
responder_random

Responder random (new 32-byte random, tag 2)

Source
responder_random=(responder_random : Bytes)

Responder random (new 32-byte random, tag 2)

Source
responder_session_id

Responder session ID (tag 3)

Source
responder_session_id=(responder_session_id : UInt16)

Responder session ID (tag 3)

Source
to_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) : Nil
Source
to_slice
Source
to_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
Source