Matter::Certificate::AttestationCertificateManager
Inherits Reference < Object
Manages generation of attestation certificates (PAA, PAI, DAC) Based on matter.js AttestationCertificateManager
Creates a complete attestation certificate chain for testing:
- PAA (Product Attestation Authority) - self-signed root CA
- PAI (Product Attestation Intermediate) - intermediate CA
- DAC (Device Attestation Certificate) - device certificate
Constructors
new(vendor_id : UInt16, product_id : UInt16 | Nil = nil)
SourceInstance methods
get_dac_cert(product_id : UInt16) : Tuple(Bytes, Crypto::Key)
Generate DAC for a specific product Returns both the certificate and the key pair