Public Types | |
enum class | Verdict { Unknown , Valid , Expired , Revoked , OutsideRegion , InsufficientPermission , Misconfiguration } |
Public Member Functions | |
Verdict | valid_for_signing (const CertificateView &, ItsAid) override |
Definition at line 70 of file certificate_validator.hpp.
|
stronginherited |
Definition at line 25 of file certificate_validator.hpp.
|
inlineoverridevirtual |
Check if a certificate can be used for signing a message
certificate | pre-validated AT certificate |
app | ITS-AID of the message to be signed |
Implements vanetza::security::v3::CertificateValidator.
Definition at line 73 of file certificate_validator.hpp.