Class ChipAuthenticationDomainParameterInfo

Object
   |
   +--ChipAuthenticationDomainParameterInfo

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


Field Summary
 Object domainParameter
          
 Object keyId
          
 Object protocol
          
 Object standardizedDomainParameter
          
 
Constructor Summary
ChipAuthenticationDomainParameterInfo(tlv)
            Create a ChipAuthenticationDomainParameterInfo object
 
Method Summary
 Object toString()
          
 ASN1 toTLV()
           Convert object to TLV structure

Field Detail

domainParameter

Object domainParameter

keyId

Object keyId

protocol

Object protocol

standardizedDomainParameter

Object standardizedDomainParameter

Constructor Detail

ChipAuthenticationDomainParameterInfo

ChipAuthenticationDomainParameterInfo(tlv)

Method Detail

toString

Object toString()

toTLV

ASN1 toTLV()


Documentation generated by JSDoc on Tue Sep 3 22:29:38 2013