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
9namespace ccf
10{
12 {
13 std::string issuer = "";
14 std::string subject = "";
15
16 bool operator==(const COSESignaturesConfig& other) const = default;
17 };
18
21}
#define DECLARE_JSON_REQUIRED_FIELDS(TYPE,...)
Definition json.h:714
#define DECLARE_JSON_TYPE(TYPE)
Definition json.h:663
Definition app_interface.h:14
Definition cose_signatures_config.h:12
std::string issuer
Definition cose_signatures_config.h:13
std::string subject
Definition cose_signatures_config.h:14
bool operator==(const COSESignaturesConfig &other) const =default