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