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)
Sourcenew(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)
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
fabric_id
Sourcefabric_id=(fabric_id : UInt64 | Nil)
Sourcefirmware_signing_id
Sourcefirmware_signing_id=(firmware_signing_id : UInt64 | Nil)
Sourceicac_id
Sourceicac_id=(icac_id : UInt64 | Nil)
Sourcenoc_cat
Sourcenoc_cat=(noc_cat : UInt32 | Nil)
Sourcenode_id
Sourcenode_id=(node_id : UInt64 | Nil)
Sourcercac_id
Sourcercac_id=(rcac_id : UInt64 | Nil)
Sourceto_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