struct Matter::Session::Case::OperationalCertChain

Overview

Operational certificate chain for CASE authentication Note: For CASE Sigma2/Sigma3, these are operational certificates from commissioning, NOT attestation certificates (DAC/PAI/PAA)

Defined in:

matter/session/case/case.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(noc : Bytes, icac : Bytes | Nil = nil, root : Bytes | Nil = nil) #

[View source]

Instance Method Detail

def icac : Bytes | Nil #

[View source]
def icac=(icac : Bytes | Nil) #

[View source]
def noc : Bytes #

[View source]
def noc=(noc : Bytes) #

[View source]
def root : Bytes | Nil #

[View source]
def root=(root : Bytes | Nil) #

[View source]