#include <revocation_lookup.hpp>
|
| void | revoke (const HashedId8 &issuer, const HashedId8 &cert) |
| void | clear (const HashedId8 &issuer) |
| bool | is_revoked (const HashedId8 &issuer, const HashedId8 &cert) const override |
|
| std::unordered_map< HashedId8, std::unordered_set< HashedId8 > > | m_revoked |
In-memory RevocationLookup, indexed by issuer HashedId8.
Definition at line 41 of file revocation_lookup.hpp.
◆ clear()
| void vanetza::security::v3::RevocationMemoryLookup::clear |
( |
const HashedId8 & | issuer | ) |
|
◆ is_revoked()
| bool vanetza::security::v3::RevocationMemoryLookup::is_revoked |
( |
const HashedId8 & | issuer, |
|
|
const HashedId8 & | cert ) const |
|
overridevirtual |
◆ revoke()
| void vanetza::security::v3::RevocationMemoryLookup::revoke |
( |
const HashedId8 & | issuer, |
|
|
const HashedId8 & | cert ) |
◆ m_revoked
| std::unordered_map<HashedId8, std::unordered_set<HashedId8> > vanetza::security::v3::RevocationMemoryLookup::m_revoked |
|
private |
The documentation for this class was generated from the following files: