|
CCF
|
#include <jwk.h>
Inherited by ccf::crypto::JsonWebKeyECPublic, ccf::crypto::JsonWebKeyEdDSAPublic, and ccf::crypto::JsonWebKeyRSAPublic.
Public Member Functions | |
| bool | operator== (const JsonWebKey &) const =default |
Public Attributes | |
| JsonWebKeyType | kty = JsonWebKeyType::EC |
| std::optional< std::string > | kid = std::nullopt |
| std::optional< std::vector< std::string > > | x5c = std::nullopt |
|
default |
| std::optional<std::string> ccf::crypto::JsonWebKey::kid = std::nullopt |
| JsonWebKeyType ccf::crypto::JsonWebKey::kty = JsonWebKeyType::EC |
| std::optional<std::vector<std::string> > ccf::crypto::JsonWebKey::x5c = std::nullopt |