Class Index | File Index

Classes


Class SPOCConnection#generalMessage-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.

Class Summary
Constructor Attributes Constructor Name and Description
<inner>  
Create a RestrictedIdentificationInfo object
Class Detail
<inner> SPOCConnection#generalMessage-RestrictedIdentificationInfo(the)
Create a RestrictedIdentificationInfo object
Parameters:
{ASN1} the
optional tlv structure to initialize the object

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Jun 30 2014 21:39:46 GMT+0200 (CEST)