struct

Matter::Crypto::DNAttributes

Inherits TLV::Serializable < Struct < Value < Object

Distinguished Name (DN) attributes for certificate subject/issuer These appear as context-tagged elements within a LIST (not Structure) Matter uses TLV List format for DN attributes

Constructors

new(any : TLV::Any)
Source
new(node_id : UInt64 | Nil = nil, fabric_id : UInt64 | Nil = nil, icac_id : UInt64 | Nil = nil, rcac_id : UInt64 | Nil = nil, firmware_signing_id : UInt64 | Nil = nil, noc_cat : UInt32 | Nil = nil)
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

fabric_id
Source
fabric_id=(fabric_id : UInt64 | Nil)
Source
firmware_signing_id
Source
firmware_signing_id=(firmware_signing_id : UInt64 | Nil)
Source
icac_id
Source
icac_id=(icac_id : UInt64 | Nil)
Source
noc_cat
Source
noc_cat=(noc_cat : UInt32 | Nil)
Source
node_id
Source
node_id=(node_id : UInt64 | Nil)
Source
rcac_id
Source
rcac_id=(rcac_id : UInt64 | Nil)
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