55 void use_runtime(
const Runtime* runtime);
62 void disable_time_checks(
bool flag);
63 void disable_location_checks(
bool flag);
64 void disable_chain_consistency_checks(
bool flag);
65 void disable_region_consistency_checks(
bool flag);
69 bool chain_is_consistent(
const CertificateView& signing_cert, ItsAid its_aid)
const;
74 const Runtime* m_runtime =
nullptr;
80 bool m_disable_time_checks =
false;
81 bool m_disable_location_checks =
false;
82 bool m_disable_chain_consistency_checks =
false;
83 bool m_disable_region_consistency_checks =
false;