Module operational_credential_cluster

Module operational_credential_cluster 

Source
Expand description

Matter TLV encoders and decoders for Operational Credentials Cluster Cluster ID: 0x003E

This file is automatically generated from OperationalCredentialCluster.xml

Structs§

AttestationResponse
CSRResponse
CertificateChainResponse
FabricDescriptor
NOC
NOCResponse
SignVIDVerificationResponse

Enums§

CertificateChainType
NodeOperationalCertStatus

Functions§

add_noc
Invoke AddNOC command on cluster Operational Credentials.
add_trusted_root_certificate
Invoke AddTrustedRootCertificate command on cluster Operational Credentials.
attestation_request
Invoke AttestationRequest command on cluster Operational Credentials.
certificate_chain_request
Invoke CertificateChainRequest command on cluster Operational Credentials.
csr_request
Invoke CSRRequest command on cluster Operational Credentials.
decode_attestation_response
Decode AttestationResponse command response (01)
decode_attribute_json
Decode attribute value and return as JSON string
decode_certificate_chain_response
Decode CertificateChainResponse command response (03)
decode_commissioned_fabrics
Decode CommissionedFabrics attribute (0x0003)
decode_csr_response
Decode CSRResponse command response (05)
decode_current_fabric_index
Decode CurrentFabricIndex attribute (0x0005)
decode_fabrics
Decode Fabrics attribute (0x0001)
decode_no_cs
Decode NOCs attribute (0x0000)
decode_noc_response
Decode NOCResponse command response (08)
decode_sign_vid_verification_response
Decode SignVIDVerificationResponse command response (0E)
decode_supported_fabrics
Decode SupportedFabrics attribute (0x0002)
decode_trusted_root_certificates
Decode TrustedRootCertificates attribute (0x0004)
encode_add_noc
Encode AddNOC command (0x06)
encode_add_trusted_root_certificate
Encode AddTrustedRootCertificate command (0x0B)
encode_attestation_request
Encode AttestationRequest command (0x00)
encode_certificate_chain_request
Encode CertificateChainRequest command (0x02)
encode_command_json
encode_csr_request
Encode CSRRequest command (0x04)
encode_remove_fabric
Encode RemoveFabric command (0x0A)
encode_set_vid_verification_statement
Encode SetVIDVerificationStatement command (0x0C)
encode_sign_vid_verification_request
Encode SignVIDVerificationRequest command (0x0D)
encode_update_fabric_label
Encode UpdateFabricLabel command (0x09)
encode_update_noc
Encode UpdateNOC command (0x07)
get_attribute_list
Get list of all attributes supported by this cluster
get_command_list
get_command_name
get_command_schema
read_commissioned_fabrics
Read CommissionedFabrics attribute from cluster Operational Credentials.
read_current_fabric_index
Read CurrentFabricIndex attribute from cluster Operational Credentials.
read_fabrics
Read Fabrics attribute from cluster Operational Credentials.
read_no_cs
Read NOCs attribute from cluster Operational Credentials.
read_supported_fabrics
Read SupportedFabrics attribute from cluster Operational Credentials.
read_trusted_root_certificates
Read TrustedRootCertificates attribute from cluster Operational Credentials.
remove_fabric
Invoke RemoveFabric command on cluster Operational Credentials.
set_vid_verification_statement
Invoke SetVIDVerificationStatement command on cluster Operational Credentials.
sign_vid_verification_request
Invoke SignVIDVerificationRequest command on cluster Operational Credentials.
update_fabric_label
Invoke UpdateFabricLabel command on cluster Operational Credentials.
update_noc
Invoke UpdateNOC command on cluster Operational Credentials.