struct

Matter::Session::Pase::Definitions::Pake2

Inherits TLV::Serializable < Struct < Value < Object

PASE Pake2 message Sent by device with their public key (pB) and confirmation (cB)

Constructors

new(y : Bytes, verifier : 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

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
verifier

Device's confirmation value (cB, h_bx)

Source
verifier=(verifier : Bytes)

Device's confirmation value (cB, h_bx)

Source
y

Device's public key (Y value, pB)

Source
y=(y : Bytes)

Device's public key (Y value, pB)

Source