TlvAttestationResponse: ObjectSchema<{
    attestationElements: FieldType<Uint8Array>;
    attestationSignature: FieldType<Uint8Array>;
}> = ...

This command shall be generated in response to an Attestation Request command.

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

See Section F.2, “Device Attestation Response test vector” for an example computation of an AttestationResponse.

Type declaration

  • attestationElements: FieldType<Uint8Array>

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

    MatterSpecification.v13.Core § 11.18.6.2.1

  • attestationSignature: FieldType<Uint8Array>

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

    MatterSpecification.v13.Core § 11.18.6.2.2

MatterSpecification.v13.Core § 11.18.6.2