struct
Matter::Session::Pase::Definitions::Pake2
- Matter::Session::Pase::Definitions::Pake2
- Struct
- Value
- Object
Overview
PASE Pake2 message Sent by device with their public key (pB) and confirmation (cB)
Included Modules
- TLV::Serializable
Defined in:
matter/session/pase/definitions.crConstructors
Class Method Summary
- .from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
- .from_slice(bytes : Bytes)
- .from_tlv(any : TLV::Any)
- .from_tlv(data : Bytes)
Instance Method Summary
-
#to_bytes : Bytes
DEPRECATED Use
#to_sliceinstead - #to_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) : Nil
- #to_slice : Bytes
- #to_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
-
#verifier : Bytes
Device's confirmation value (cB, h_bx)
-
#verifier=(verifier : Bytes)
Device's confirmation value (cB, h_bx)
-
#y : Bytes
Device's public key (Y value, pB)
-
#y=(y : Bytes)
Device's public key (Y value, pB)
Constructor Detail
Class Method Detail
Instance Method Detail
def to_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
#