TlvCertificateChainResponse: ObjectSchema<{
    certificate: FieldType<Uint8Array>;
}> = ...

This command shall be generated in response to a CertificateChainRequest command.

Type declaration

  • certificate: FieldType<Uint8Array>

    This field shall be the DER encoded certificate corresponding to the CertificateType field in the CertificateChainRequest command.

    MatterSpecification.v13.Core § 11.18.6.4.1

MatterSpecification.v13.Core § 11.18.6.4