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)
Sourcenew(initiator_random : Bytes, responder_random : Bytes, responder_session_id : UInt16, iterations : UInt32, salt : Bytes)
Convenience constructor with iterations and salt directly
new(any : TLV::Any)
SourceClass methods
from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
Sourcefrom_slice(bytes : Bytes)
Sourcefrom_tlv(any : TLV::Any)
Sourcefrom_tlv(data : Bytes)
SourceInstance methods
pbkdf_parameters=(pbkdf_parameters : PbkdfParametersTLV | Nil)
PBKDF parameters (nested structure, optional, tag 4)
to_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) : Nil
Sourceto_slice
Sourceto_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
Source