Definition at line 14 of file trust_store.hpp.
◆ insert()
void vanetza::security::v3::TrustStore::insert |
( |
const Certificate & | trusted_certificate | ) |
|
Insert a certificate into store, i.e. consider it as trustworthy.
- Parameters
-
trusted_certificate | a trustworthy certificate copied into TrustStore |
Definition at line 12 of file trust_store.cpp.
◆ lookup()
std::list< Certificate > vanetza::security::v3::TrustStore::lookup |
( |
HashedId8 | id | ) |
const |
Lookup certificates based on the passed HashedId8.
- Parameters
-
id | hash identifier of the certificate |
- Returns
- all stored certificates matching the passed identifier
Definition at line 25 of file trust_store.cpp.
◆ m_certificates
std::multimap<HashedId8, Certificate> vanetza::security::v3::TrustStore::m_certificates |
|
protected |
The documentation for this class was generated from the following files: