ASN.1 module Ieee1609Dot2Dot1CamRaInterface

OID: {iso(1) identified-organization(3) ieee(111) standards-association-numbered-series-standards(2) wave-stds(1609) dot2(2) extension-standards(255) dot1(1) interfaces(1) cam-ra(19) major-version-2(2) minor-version-3(3)}

Imports:

Data Elements:

CamRaInterfacePdu

This is the parent structure for all structures exchanged between the CAM and the RA during ACPC enrollment. An overview of this structure is as follows:

CamRaInterfacePdu ::= CHOICE { raCamBatchRequest RaCamBatchRequest, camRaBatchResponse CamRaBatchResponse, ... }

RaCamBatchRequest

This structure contains parameters needed to request a blinded batch of keys for the EE during ACPC enrollment. An overview of this structure is as follows:

RaCamBatchRequest ::= SEQUENCE { version Uint8 (2), eeId OCTET STRING (SIZE(5)), periodList SEQUENCE OF IValue, ... }

CamRaBatchResponse

This structure contains a blinded batch of keys for the EE during ACPC enrollment. An overview of this structure is as follows:

CamRaBatchResponse ::= SEQUENCE { version Uint8 (2), requestHash HashedId8, batch SEQUENCE OF BlindedKey, ... }

BlindedKey

This is a blinded ACPC encryption key produced by the CAM.

BlindedKey ::= EccP256CurvePoint