struct

Matter::Session::Pase::Definitions::PbkdfParametersTLV

Inherits TLV::Serializable < Struct < Value < Object

PBKDF parameters nested structure (tag 4 in PbkdfParamResponse)

Constructors

new(iterations : UInt32, salt : Bytes)
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

iterations

Iterations (tag 1)

Source
iterations=(iterations : UInt32)

Iterations (tag 1)

Source
salt

Salt (tag 2)

Source
salt=(salt : Bytes)

Salt (tag 2)

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