CCF
|
#include <jwk.h>
Inherits ccf::crypto::JsonWebKey.
Inherited by ccf::crypto::JsonWebKeyEdDSAPrivate.
Public Member Functions | |
bool | operator== (const JsonWebKeyEdDSAPublic &) const =default |
![]() | |
bool | operator== (const JsonWebKey &) const =default |
Public Attributes | |
JsonWebKeyEdDSACurve | crv |
std::string | x |
![]() | |
JsonWebKeyType | kty |
std::optional< std::string > | kid = std::nullopt |
std::optional< std::vector< std::string > > | x5c = std::nullopt |
|
default |
JsonWebKeyEdDSACurve ccf::crypto::JsonWebKeyEdDSAPublic::crv |
std::string ccf::crypto::JsonWebKeyEdDSAPublic::x |