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