Class RestrictedIdentificationInfo

Object
   |
   +--RestrictedIdentificationInfo

class RestrictedIdentificationInfo


This class encodes and decodes RestrictedIdentificationInfo objects.

The class implements the following ASN.1 syntax:

 RestrictedIdentificationInfo ::= SEQUENCE {
   protocol  OBJECT IDENTIFIER(
             id-RI-DH-SHA-1  |
             id-RI-DH-SHA-224  |
             id-RI-DH-SHA-256  |
             id-RI-DH-SHA-384 |
             id-RI-DH-SHA-512 |
             id-RI-ECDH-SHA-1  |
             id-RI-ECDH-SHA-224  |
             id-RI-ECDH-SHA-256 |
             id-RI-ECDH-SHA-384 |
             id-RI-ECDH-SHA-512),
   params    ProtocolParams,
   maxKeyLen INTEGER OPTIONAL
 }
 ProtocolParams ::= SEQUENCE {
   version         INTEGER, -- MUST be 1
   keyId           INTEGER,
   authorizedOnly  BOOLEAN
 }
 

Defined in restrictedidentification.js


Field Summary
 Object authorizedOnly
          
 Object keyId
          
 Object maxKeyLen
          
 Object protocol
          
 Object version
          
 
Constructor Summary
RestrictedIdentificationInfo(tlv)
            Create a RestrictedIdentificationInfo object
 
Method Summary
 Object toString()
          
 ASN1 toTLV()
           Convert object to TLV structure

Field Detail

authorizedOnly

Object authorizedOnly

keyId

Object keyId

maxKeyLen

Object maxKeyLen

protocol

Object protocol

version

Object version

Constructor Detail

RestrictedIdentificationInfo

RestrictedIdentificationInfo(tlv)

Method Detail

toString

Object toString()

toTLV

ASN1 toTLV()


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