CCF
Loading...
Searching...
No Matches
cosesigconfig_subsystem.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
6
7namespace ccf
8{
11 {
12 protected:
14
15 public:
19
21 const override
22 {
24 }
25 };
26}
Definition cosesigconfig_subsystem.h:11
const ccf::COSESignaturesConfig & get_cose_signatures_config() const override
Definition cosesigconfig_subsystem.h:20
AbstractCOSESignaturesConfigSubsystem(AbstractNodeState &node_state_)
Definition cosesigconfig_subsystem.h:16
AbstractNodeState & node_state
Definition cosesigconfig_subsystem.h:13
Definition node_interface.h:22
virtual const ccf::COSESignaturesConfig & get_cose_signatures_config()=0
Definition cose_signatures_config_interface.h:16
Definition app_interface.h:14
Definition cose_signatures_config.h:12