CCF
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ccf::crypto::JsonWebKeyRSAPublic Struct Reference

#include <jwk.h>

Inherits ccf::crypto::JsonWebKey.

Inherited by ccf::crypto::JsonWebKeyRSAPrivate.

Public Member Functions

bool operator== (const JsonWebKeyRSAPublic &) const =default
 
- Public Member Functions inherited from ccf::crypto::JsonWebKey
bool operator== (const JsonWebKey &) const =default
 

Public Attributes

std::string n
 
std::string e
 
- Public Attributes inherited from ccf::crypto::JsonWebKey
JsonWebKeyType kty
 
std::optional< std::string > kid = std::nullopt
 
std::optional< std::vector< std::string > > x5c = std::nullopt
 

Member Function Documentation

◆ operator==()

bool ccf::crypto::JsonWebKeyRSAPublic::operator== ( const JsonWebKeyRSAPublic ) const
default

Member Data Documentation

◆ e

std::string ccf::crypto::JsonWebKeyRSAPublic::e

◆ n

std::string ccf::crypto::JsonWebKeyRSAPublic::n

The documentation for this struct was generated from the following file: