Class Index | File Index

Classes


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.

Class Summary
Constructor Attributes Constructor Name and Description
 
PACEInfo(the)
Create a PACEInfo object
Method Summary
Method Attributes Method Name and Description
 
Convert object to TLV structure
Class Detail
PACEInfo(the)
Create a PACEInfo 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:12 GMT+0100 (CET)