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 Mon Jun 30 2014 21:39:45 GMT+0200 (CEST)