ITS
SecurityProfile.h
Go to the documentation of this file.
1 
7 #ifndef SECURITYPROFILE_H
8 #define SECURITYPROFILE_H
9 
10 #include <SecuredHeader.h>
11 
12 #include <QList>
13 
15 {
16 public:
18 
22  typedef enum securityProfileType
23  {
28 
29  /* Getters */
40  HashedId8_t digest(SignerInfo_t signerInfo);
41  //HashedId8_t digest(Certificate *cert);
42 
43 protected:
48  QList<void*> m_other_fields;
50 };
51 
52 #endif // SECURITYPROFILE_H
long IntX_t
Definition: IntX.h:21
enum SecurityProfile::securityProfileType e_securityProfileType
The e_securityProfileType enum defines the profile type.
HashedId8_t digest(SignerInfo_t signerInfo)
digest Certificate digest getter.
securityProfileType
The e_securityProfileType enum defines the profile type.
QList< void * > m_other_fields
Time64_t m_generation_time
ThreeDLocation_t m_generation_location
e_securityProfileType profileType() const
profileType Profile type getter.
e_securityProfileType m_profileType
Certificate_t m_certificate