CCF
|
#include <cose_verifier.h>
Inherits ccf::crypto::COSEVerifier_OpenSSL.
Public Member Functions | |
COSEKeyVerifier_OpenSSL (const Pem &public_key) | |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
std::shared_ptr< PublicKey_OpenSSL > | public_key |
ccf::crypto::COSEKeyVerifier_OpenSSL::COSEKeyVerifier_OpenSSL | ( | const Pem & | public_key | ) |