Loading Ieee1609Dot2Dot1Protocol.asn +35 −14 Original line number Diff line number Diff line Loading @@ -252,7 +252,9 @@ FROM Ieee1609Dot2Dot1MaRaInterface {iso(1) identified-organization(3) ieee(111) encryptionKey ABSENT }) }), signer (SignerSingleCert) signer (WITH COMPONENTS { certificate (SequenceOfCertificate (SIZE (1))) }) }) }) }) Loading Loading @@ -577,6 +579,15 @@ FROM Ieee1609Dot2Dot1MaRaInterface {iso(1) identified-organization(3) ieee(111) -- ACA - EE Interface -- --***************************************************************************-- ScmsPdu-AcaEeCertResponse ::= ScmsPdu (WITH COMPONENTS { ..., content (CONSTRAINED BY { AcaEeInterfacePdu (WITH COMPONENTS { acaEeCertResponse }) }) }) /** * @class AcaEeCertResponsePlainSpdu * Loading @@ -591,11 +602,7 @@ FROM Ieee1609Dot2Dot1MaRaInterface {iso(1) identified-organization(3) ieee(111) * when the certificate being returned is not a pseudonym certificate. */ AcaEeCertResponsePlainSpdu ::= Ieee1609Dot2Data-Unsecured { ScmsPdu-Scoped { AcaEeInterfacePdu (WITH COMPONENTS { acaEeCertResponse }) } ScmsPdu-AcaEeCertResponse } /** Loading Loading @@ -691,11 +698,16 @@ FROM Ieee1609Dot2Dot1MaRaInterface {iso(1) identified-organization(3) ieee(111) * potential issue to implementers planning to implement one-invocation * processing. */ AcaEeCertResponsePrivateSpdu ::= Ieee1609Dot2Data-EncryptedSigned { ScmsPdu-Scoped { AcaEeCertResponsePrivateSpdu ::= Ieee1609Dot2Data-Signed { Ieee1609Dot2Data-Encrypted { ScmsPdu (WITH COMPONENTS { ..., content (CONSTRAINED BY { AcaEeInterfacePdu (WITH COMPONENTS { acaEeCertResponse }) }) }) }, SecurityMgmtPsid } Loading @@ -721,11 +733,14 @@ FROM Ieee1609Dot2Dot1MaRaInterface {iso(1) identified-organization(3) ieee(111) * key for encryption. */ AcaEeCertResponseCubkSpdu ::= Ieee1609Dot2Data-Encrypted { ScmsPdu-Scoped { ScmsPdu (WITH COMPONENTS { ..., content (CONSTRAINED BY { AcaEeInterfacePdu (WITH COMPONENTS { acaEeCertResponse }) } }) }) } --***************************************************************************-- Loading Loading @@ -817,11 +832,14 @@ FROM Ieee1609Dot2Dot1MaRaInterface {iso(1) identified-organization(3) ieee(111) * @brief This structure is the SPDU used to send an unsecured MultiSignedCtl. */ MultiSignedCtlSpdu ::= Ieee1609Dot2Data-Unsecured { ScmsPdu-Scoped { ScmsPdu (WITH COMPONENTS { ..., content (CONSTRAINED BY { CertManagementPdu (WITH COMPONENTS { multiSignedCtl }) } }) }) } /** Loading Loading @@ -881,11 +899,14 @@ FROM Ieee1609Dot2Dot1MaRaInterface {iso(1) identified-organization(3) ieee(111) * </ul> */ EeEcaCertRequestSpdu ::= Ieee1609Dot2Data-SignedCertRequest { ScmsPdu-Scoped { ScmsPdu (WITH COMPONENTS { ..., content (CONSTRAINED BY { EcaEeInterfacePdu (WITH COMPONENTS { eeEcaCertRequest }) }, }) }), SignerSelf } Loading Loading
Ieee1609Dot2Dot1Protocol.asn +35 −14 Original line number Diff line number Diff line Loading @@ -252,7 +252,9 @@ FROM Ieee1609Dot2Dot1MaRaInterface {iso(1) identified-organization(3) ieee(111) encryptionKey ABSENT }) }), signer (SignerSingleCert) signer (WITH COMPONENTS { certificate (SequenceOfCertificate (SIZE (1))) }) }) }) }) Loading Loading @@ -577,6 +579,15 @@ FROM Ieee1609Dot2Dot1MaRaInterface {iso(1) identified-organization(3) ieee(111) -- ACA - EE Interface -- --***************************************************************************-- ScmsPdu-AcaEeCertResponse ::= ScmsPdu (WITH COMPONENTS { ..., content (CONSTRAINED BY { AcaEeInterfacePdu (WITH COMPONENTS { acaEeCertResponse }) }) }) /** * @class AcaEeCertResponsePlainSpdu * Loading @@ -591,11 +602,7 @@ FROM Ieee1609Dot2Dot1MaRaInterface {iso(1) identified-organization(3) ieee(111) * when the certificate being returned is not a pseudonym certificate. */ AcaEeCertResponsePlainSpdu ::= Ieee1609Dot2Data-Unsecured { ScmsPdu-Scoped { AcaEeInterfacePdu (WITH COMPONENTS { acaEeCertResponse }) } ScmsPdu-AcaEeCertResponse } /** Loading Loading @@ -691,11 +698,16 @@ FROM Ieee1609Dot2Dot1MaRaInterface {iso(1) identified-organization(3) ieee(111) * potential issue to implementers planning to implement one-invocation * processing. */ AcaEeCertResponsePrivateSpdu ::= Ieee1609Dot2Data-EncryptedSigned { ScmsPdu-Scoped { AcaEeCertResponsePrivateSpdu ::= Ieee1609Dot2Data-Signed { Ieee1609Dot2Data-Encrypted { ScmsPdu (WITH COMPONENTS { ..., content (CONSTRAINED BY { AcaEeInterfacePdu (WITH COMPONENTS { acaEeCertResponse }) }) }) }, SecurityMgmtPsid } Loading @@ -721,11 +733,14 @@ FROM Ieee1609Dot2Dot1MaRaInterface {iso(1) identified-organization(3) ieee(111) * key for encryption. */ AcaEeCertResponseCubkSpdu ::= Ieee1609Dot2Data-Encrypted { ScmsPdu-Scoped { ScmsPdu (WITH COMPONENTS { ..., content (CONSTRAINED BY { AcaEeInterfacePdu (WITH COMPONENTS { acaEeCertResponse }) } }) }) } --***************************************************************************-- Loading Loading @@ -817,11 +832,14 @@ FROM Ieee1609Dot2Dot1MaRaInterface {iso(1) identified-organization(3) ieee(111) * @brief This structure is the SPDU used to send an unsecured MultiSignedCtl. */ MultiSignedCtlSpdu ::= Ieee1609Dot2Data-Unsecured { ScmsPdu-Scoped { ScmsPdu (WITH COMPONENTS { ..., content (CONSTRAINED BY { CertManagementPdu (WITH COMPONENTS { multiSignedCtl }) } }) }) } /** Loading Loading @@ -881,11 +899,14 @@ FROM Ieee1609Dot2Dot1MaRaInterface {iso(1) identified-organization(3) ieee(111) * </ul> */ EeEcaCertRequestSpdu ::= Ieee1609Dot2Data-SignedCertRequest { ScmsPdu-Scoped { ScmsPdu (WITH COMPONENTS { ..., content (CONSTRAINED BY { EcaEeInterfacePdu (WITH COMPONENTS { eeEcaCertRequest }) }, }) }), SignerSelf } Loading