Input to the OperationalCredentials addTrustedRootCertificate command

MatterSpecification.v13.Core § 11.18.6.13

interface AddTrustedRootCertificateRequest {
    rootCaCertificate: Uint8Array;
}

Hierarchy (view full)

Properties

rootCaCertificate: Uint8Array