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
Instance Method Summary
-
#to_bytes : Bytes
Encode to TLV bytes
-
#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)