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