|
CCF
|
#include <jwk.h>
Inherits ccf::crypto::JsonWebKey.
Inherited by ccf::crypto::JsonWebKeyEdDSAPrivate.
Public Member Functions | |
| bool | operator== (const JsonWebKeyEdDSAPublic &) const =default |
Public Member Functions inherited from ccf::crypto::JsonWebKey | |
| bool | operator== (const JsonWebKey &) const =default |
Public Attributes | |
| JsonWebKeyEdDSACurve | crv = JsonWebKeyEdDSACurve::ED25519 |
| std::string | x |
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 |
| JsonWebKeyEdDSACurve ccf::crypto::JsonWebKeyEdDSAPublic::crv = JsonWebKeyEdDSACurve::ED25519 |
| std::string ccf::crypto::JsonWebKeyEdDSAPublic::x |