#include <cose_auth.h>
Inherits ccf::AuthnIdentity.
Inherited by ccf::MemberCOSESign1AuthnIdentity, and ccf::UserCOSESign1AuthnIdentity.
◆ COSESign1AuthnIdentity() [1/2]
ccf::COSESign1AuthnIdentity::COSESign1AuthnIdentity |
( |
const std::span< const uint8_t > & |
content_, |
|
|
const std::span< const uint8_t > & |
envelope_, |
|
|
const std::span< const uint8_t > & |
signature_ |
|
) |
| |
|
inline |
◆ COSESign1AuthnIdentity() [2/2]
ccf::COSESign1AuthnIdentity::COSESign1AuthnIdentity |
( |
| ) |
|
|
default |
◆ content
std::span<const uint8_t> ccf::COSESign1AuthnIdentity::content |
◆ envelope
std::span<const uint8_t> ccf::COSESign1AuthnIdentity::envelope |
COSE Envelope
This contains the payload at the moment, but that will be removed in later versions to be an envelope with detached content.
◆ signature
std::span<const uint8_t> ccf::COSESign1AuthnIdentity::signature |
The documentation for this struct was generated from the following file: