#include <cose_verifier.h>
Inherits ccf::crypto::COSEVerifier.
Inherited by ccf::crypto::COSECertVerifier_OpenSSL, and ccf::crypto::COSEKeyVerifier_OpenSSL.
|
virtual | ~COSEVerifier_OpenSSL () override |
|
virtual bool | verify (const std::span< const uint8_t > &buf, std::span< uint8_t > &authned_content) const override |
|
virtual bool | verify_detached (std::span< const uint8_t > buf, std::span< const uint8_t > payload) const override |
|
virtual | ~COSEVerifier ()=default |
|
◆ ~COSEVerifier_OpenSSL()
ccf::crypto::COSEVerifier_OpenSSL::~COSEVerifier_OpenSSL |
( |
| ) |
|
|
overridevirtualdefault |
◆ verify()
bool ccf::crypto::COSEVerifier_OpenSSL::verify |
( |
const std::span< const uint8_t > & |
buf, |
|
|
std::span< uint8_t > & |
authned_content |
|
) |
| const |
|
overridevirtual |
◆ verify_detached()
bool ccf::crypto::COSEVerifier_OpenSSL::verify_detached |
( |
std::span< const uint8_t > |
buf, |
|
|
std::span< const uint8_t > |
payload |
|
) |
| const |
|
overridevirtual |
◆ public_key
The documentation for this class was generated from the following files: