CCF
Loading...
Searching...
No Matches
cose_signatures_config.h
Go to the documentation of this file.
1// Copyright (c) Microsoft Corporation. All rights reserved.
2// Licensed under the Apache 2.0 License.
3#pragma once
4
5#include "ccf/ds/json.h"
6
7#include <string>
8
10{
11 std::string issuer;
12 std::string subject;
13
14 bool operator==(const COSESignaturesConfig& other) const = default;
15};
16
#define DECLARE_JSON_REQUIRED_FIELDS(TYPE,...)
Definition json.h:712
#define DECLARE_JSON_TYPE(TYPE)
Definition json.h:661
Definition cose_signatures_config.h:10
std::string issuer
Definition cose_signatures_config.h:11
bool operator==(const COSESignaturesConfig &other) const =default
std::string subject
Definition cose_signatures_config.h:12