This command shall be generated in response to a CSRRequest Command.

See Section 11.18.4.9, “NOCSR Information” for details about the generation of the fields within this response command.

See Section F.3, “Node Operational CSR Response test vector” for an example computation of a CSRResponse.

MatterSpecification.v13.Core § 11.18.6.6

interface CsrResponse {
    attestationSignature: Uint8Array;
    nocsrElements: Uint8Array;
}

Hierarchy (view full)

Properties

attestationSignature: Uint8Array

This field shall contain the octet string of the necessary attestation_signature as described in Section 11.18.4.9, “NOCSR Information”.

MatterSpecification.v13.Core § 11.18.6.6.2

nocsrElements: Uint8Array

This field shall contain the octet string of the serialized nocsr_elements_message.

MatterSpecification.v13.Core § 11.18.6.6.1