struct

Matter::Session::Case::Definitions::SignedData

Inherits TLV::Serializable < Struct < Value < Object

TLV structure for signed data in Sigma2 Used as input for signature generation

Constructors

new(responder_noc : Bytes, responder_icac : Bytes | Nil, responder_public_key : Bytes, initiator_public_key : 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

initiator_public_key

Initiator public key (tag 4)

Source
initiator_public_key=(initiator_public_key : Bytes)

Initiator public key (tag 4)

Source
responder_icac

Responder ICAC - optional (tag 2)

Source
responder_icac=(responder_icac : Bytes | Nil)

Responder ICAC - optional (tag 2)

Source
responder_noc

Responder NOC (tag 1)

Source
responder_noc=(responder_noc : Bytes)

Responder NOC (tag 1)

Source
responder_public_key

Responder public key (tag 3)

Source
responder_public_key=(responder_public_key : Bytes)

Responder public key (tag 3)

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