Class PACEInfo

Object
   |
   +--PACEInfo

class PACEInfo


This class encodes and decodes PACEInfo objects.

The class implements the following ASN.1 syntax:

 PACEInfo ::= SEQUENCE {
 		protocol	OBJECT IDENTIFIER,
 		version INTEGER, -- MUST be 1 or 2
 		parameterId INTEGER OPTIONAL
 }
 

Defined in pace.js


Field Summary
 Object parameterId
          
 Object protocol
          
 Object version
          
 
Constructor Summary
PACEInfo(tlv)
            Create a PACEInfo object
 
Method Summary
 Object toString()
          
 ASN1 toTLV()
           Convert object to TLV structure

Field Detail

parameterId

Object parameterId

protocol

Object protocol

version

Object version

Constructor Detail

PACEInfo

PACEInfo(tlv)

Method Detail

toString

Object toString()

toTLV

ASN1 toTLV()


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