ITS
SecurityProfile_CAM.h
Go to the documentation of this file.
1 
7 #ifndef SECURITYPROFILE_CAM_H
8 #define SECURITYPROFILE_CAM_H
9 
10 #include <SecurityProfile.h>
11 #include <FakeGPSProvider.h>
12 
13 #include <encodeSecurity.h>
14 
16 {
17 public:
25  static QByteArray secureHeader(SignerInfoType_t m_type, Certificate_t m_certificate, FakeGPSProvider *m_gps);
26 };
27 
28 #endif // SECURITYPROFILE_CAM_H
Generic security profile.
long SignerInfoType_t
Security layer encoder.
static QByteArray secureHeader(SignerInfoType_t m_type, Certificate_t m_certificate, FakeGPSProvider *m_gps)
secureHeader Generate the secured header.
GPS provider for testing purposes.