CCF
|
#include <jwk.h>
Inherits ccf::crypto::JsonWebKeyECPublic.
Public Member Functions | |
bool | operator== (const JsonWebKeyECPrivate &) const =default |
![]() | |
bool | operator== (const JsonWebKeyECPublic &) const =default |
![]() | |
bool | operator== (const JsonWebKey &) const =default |
Public Attributes | |
std::string | d |
![]() | |
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 |
std::string ccf::crypto::JsonWebKeyECPrivate::d |