Class Index | File Index

Classes


Class PACEDomainParameterInfo

This class encodes and decodes PACEDomainParameterInfo objects.

The class implements the following ASN.1 syntax:

  PACEDomainParameterInfo ::= SEQUENCE {
  	protocol OBJECT IDENTIFIER(id-PACE-DH | id-PACE-ECDH),
  	domainParameter AlgorithmIdentifier,
  	parameterId INTEGER OPTIONAL
  }

Defined in: PACE.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Create a PACEDomainParameterInfo object
Method Summary
Method Attributes Method Name and Description
 
Convert object to TLV structure
Class Detail
PACEDomainParameterInfo(the)
Create a PACEDomainParameterInfo 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)