Loading ttcn/GeoNetworking/LibItsGeoNetworking_TypesAndValues.ttcn +7 −2 Original line number Diff line number Diff line Loading @@ -1099,8 +1099,13 @@ module LibItsGeoNetworking_TypesAndValues { * @desc Primitive used to activate security support */ type record AcEnableSecurity { // TODO To be refined, adding keys, certificates...? boolean enable boolean enable, Oct32 signingPrivateKey, Oct32 signingPublicKeyX, Oct32 signingPublicKeyY, Oct32 encryptPrivateKey optional, Oct32 encryptPublicKeyX optional, Oct32 encryptPublicKeyY optional } /** Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_TypesAndValues.ttcn +7 −2 Original line number Diff line number Diff line Loading @@ -1099,8 +1099,13 @@ module LibItsGeoNetworking_TypesAndValues { * @desc Primitive used to activate security support */ type record AcEnableSecurity { // TODO To be refined, adding keys, certificates...? boolean enable boolean enable, Oct32 signingPrivateKey, Oct32 signingPublicKeyX, Oct32 signingPublicKeyY, Oct32 encryptPrivateKey optional, Oct32 encryptPublicKeyX optional, Oct32 encryptPublicKeyY optional } /** Loading