staticconststd::string&certificate;//! The certificate identifier the Test System shall use. E.g. CERT_TS_A
staticconststd::string&hash;//! The digest algorithm the Test System shall use, authorised values are SHA-256 or SHA-384. Default: SHA-256
staticconststd::string&signature;//! The signature algorithm the Test System shall use, authorised values are NISTP-256, BP-256 and BP-384. Default: NISTP-256
staticconststd::string&cypher;
staticconststd::string&cypher;//! The encryption algorithm the Test System shall use, authorised values are NISTP-256 and BP-256. Default: NISTP-256
staticconststd::string&distanceA;//! Test system GeoNetworking DistanceA parameter name
staticconststd::string&distanceB;//! Test system GeoNetworking DistanceB parameter name
staticconststd::string∠//! Test system GeoNetworking Angle parameter name
// Convert the public keys (X,Y) into EC_POINT data structure
EC_POINT*ec_point=nullptr;
@@ -211,12 +210,12 @@ int ec_keys::generate_ephemeral_key(const encryption_algotithm p_enc_algorithm,
return0;
}
intec_keys::generate_ephemeral_key(constencryption_algotithmp_enc_algorithm,conststd::vector<unsignedchar>&p_public_enc_key_x,conststd::vector<unsignedchar>&p_public_enc_key_y){// TODO Change it into ctor