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)
Sourcenew(any : TLV::Any)
SourceClass methods
from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
Sourcefrom_slice(bytes : Bytes)
Sourcefrom_tlv(any : TLV::Any)
Sourcefrom_tlv(data : Bytes)
SourceInstance methods
responder_noc=(responder_noc : Bytes)
Initiator's NOC (named responder_noc for consistency) (tag 1)
to_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) : Nil
Sourceto_slice
Sourceto_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
Source