Definition at line 16 of file trust_store.hpp.
◆ insert()
void vanetza::security::v2::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 11 of file trust_store.cpp.
◆ lookup()
std::list< Certificate > vanetza::security::v2::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 21 of file trust_store.cpp.
◆ m_certificates
std::multimap<HashedId8, Certificate> vanetza::security::v2::TrustStore::m_certificates |
|
private |
The documentation for this class was generated from the following files: