Class Index | File Index

Classes


Class ChipAuthenticationDomainParameterInfo

This class encodes and decodes ChipAuthenticationDomainParameterInfo objects.

The class implements the following ASN.1 syntax:

	ChipAuthenticationDomainParameterInfo ::= SEQUENCE {
		protocol OBJECT IDENTIFIER(id-CA-DH | id-CA-ECDH),
		domainParameter AlgorithmIdentifier,
		keyId INTEGER OPTIONAL
}

Defined in: ChipAuthentication.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Create a ChipAuthenticationDomainParameterInfo object
Method Summary
Method Attributes Method Name and Description
 
Convert object to TLV structure
Class Detail
ChipAuthenticationDomainParameterInfo(the)
Create a ChipAuthenticationDomainParameterInfo object
Parameters:
{ASN1} the
optional tlv structure to initialize the object
Method Detail
{ASN1} toTLV()
Convert object to TLV structure
Returns:
the TLV structure

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Feb 16 2024 18:38:11 GMT+0100 (CET)