#include <jwk.h>
|
| JsonWebKeyType | kty = JsonWebKeyType::EC |
| |
| std::optional< std::string > | kid = std::nullopt |
| |
| std::optional< std::vector< std::string > > | x5c = std::nullopt |
| |
| std::optional< std::string > | n = std::nullopt |
| |
| std::optional< std::string > | e = std::nullopt |
| |
| std::optional< std::string > | x = std::nullopt |
| |
| std::optional< std::string > | y = std::nullopt |
| |
| std::optional< JsonWebKeyECCurve > | crv = std::nullopt |
| |
| std::optional< std::string > | issuer = std::nullopt |
| |
◆ operator==()
| bool ccf::crypto::JsonWebKeyData::operator== |
( |
const JsonWebKeyData & |
| ) |
const |
|
default |
◆ crv
| std::optional<std::string> ccf::crypto::JsonWebKeyData::e = std::nullopt |
◆ issuer
| std::optional<std::string> ccf::crypto::JsonWebKeyData::issuer = std::nullopt |
◆ kid
| std::optional<std::string> ccf::crypto::JsonWebKeyData::kid = std::nullopt |
◆ kty
| std::optional<std::string> ccf::crypto::JsonWebKeyData::n = std::nullopt |
| std::optional<std::string> ccf::crypto::JsonWebKeyData::x = std::nullopt |
◆ x5c
| std::optional<std::vector<std::string> > ccf::crypto::JsonWebKeyData::x5c = std::nullopt |
| std::optional<std::string> ccf::crypto::JsonWebKeyData::y = std::nullopt |
The documentation for this struct was generated from the following file: