struct

Matter::Cluster::OperationalCredentialsCluster::AttestationElements

Inherits TLV::Serializable < Struct < Value < Object

TLV structures for attestation and CSR elements

Constructors

new(certification_declaration : Bytes, attestation_nonce : Bytes, timestamp : UInt32)
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

attestation_nonce
Source
attestation_nonce=(attestation_nonce : Bytes)
Source
certification_declaration
Source
certification_declaration=(certification_declaration : Bytes)
Source
timestamp
Source
timestamp=(timestamp : UInt32)
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