#include <jwk.h>
Inherited by ccf::crypto::JsonWebKeyECPublic, ccf::crypto::JsonWebKeyEdDSAPublic, and ccf::crypto::JsonWebKeyRSAPublic.
|
JsonWebKeyType | kty |
|
std::optional< std::string > | kid = std::nullopt |
|
std::optional< std::vector< std::string > > | x5c = std::nullopt |
|
◆ operator==()
bool ccf::crypto::JsonWebKey::operator== |
( |
const JsonWebKey & |
| ) |
const |
|
default |
◆ kid
std::optional<std::string> ccf::crypto::JsonWebKey::kid = std::nullopt |
◆ kty
◆ x5c
std::optional<std::vector<std::string> > ccf::crypto::JsonWebKey::x5c = std::nullopt |
The documentation for this struct was generated from the following file: