Asylo
|
#include <string>
#include "asylo/identity/identity.pb.h"
#include "asylo/identity/identity_expectation_matcher.h"
#include "asylo/platform/common/static_map.h"
#include "asylo/util/statusor.h"
Go to the source code of this file.
Classes | |
class | asylo::NamedIdentityExpectationMatcher |
A NamedIdentityExpectationMatcher is capable of matching an identity to an expectation if the identity and the expectation's reference identity have the same identity descriptions, and they match the identity description returned by the Description() method of the matcher. More... | |
struct | asylo::Namer< NamedIdentityExpectationMatcher > |
Namespaces | |
asylo | |
Functions | |
asylo::DEFINE_STATIC_MAP_OF_BASE_TYPE (IdentityExpectationMatcherMap, NamedIdentityExpectationMatcher) | |