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.
| 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