struct

Matter::Session::Case::Definitions::EncryptedDataSigma3

Inherits TLV::Serializable < Struct < Value < Object

TLV structure for encrypted data in Sigma3 (TBE_Data3) This structure is decrypted from Sigma3.encrypted3

Constructors

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

responder_icac

Initiator's ICAC - optional (tag 2)

Source
responder_icac=(responder_icac : Bytes | Nil)

Initiator's ICAC - optional (tag 2)

Source
responder_noc

Initiator's NOC (named responder_noc for consistency) (tag 1)

Source
responder_noc=(responder_noc : Bytes)

Initiator's NOC (named responder_noc for consistency) (tag 1)

Source
signature

Signature (tag 3)

Source
signature=(signature : Bytes)

Signature (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