Merge branch 'master' into Extend-charging-profile-support
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index b115a42f24f07398ebd7b67827dca0a3e20f1eb9..10f5ff3771757f220c56e5057268980e65d752aa 100644 (file)
@@ -91,6 +91,8 @@ export default class Constants {
   static readonly CHARGING_STATION_ATG_INITIALIZATION_TIME = 1000; // Ms
   static readonly CHARGING_STATION_ATG_DEFAULT_STOP_AFTER_HOURS = 0.25; // Hours
 
+  static readonly DEFAULT_HASH_ALGORITHM = 'sha384';
+
   static readonly DEFAULT_IDTAG = '00000000';
 
   static readonly DEFAULT_CONNECTION_TIMEOUT = 30;