virtual StatusOr< bool > Match(const EnclaveIdentity &identity, const EnclaveIdentityExpectation &expectation) const
Shim for MatchAndExplain that does not support an explanation output string.
Definition: identity_expectation_matcher.h:79
virtual StatusOr< bool > MatchAndExplain(const EnclaveIdentity &identity, const EnclaveIdentityExpectation &expectation, std::string *explanation) const =0
Evaluates whether identity matches expectation.