Class Index | File Index

Classes


Class RestrictedIdentificationDomainParameterInfo

This class encodes and decodes RestrictedIdentificationDomainParameterInfo objects.

The class implements the following ASN.1 syntax:

	RestrictedIdentificationDomainParameterInfo ::= SEQUENCE {
		protocol OBJECT IDENTIFIER(id-CA-DH | id-CA-ECDH),
		domainParameter AlgorithmIdentifier,
}

Defined in: RestrictedIdentification.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Create a RestrictedIdentificationDomainParameterInfo object
Method Summary
Method Attributes Method Name and Description
 
Convert object to TLV structure
Class Detail
RestrictedIdentificationDomainParameterInfo(the)
Create a RestrictedIdentificationDomainParameterInfo 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 Wed Sep 21 2022 14:23:16 GMT+0200 (CEST)