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

#include <jwk.h>

Inherits ccf::crypto::JsonWebKeyRSAPublic.

Public Member Functions

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

Public Attributes

std::string d
 
std::string p
 
std::string q
 
std::string dp
 
std::string dq
 
std::string qi
 
- Public Attributes inherited from ccf::crypto::JsonWebKeyRSAPublic
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::JsonWebKeyRSAPrivate::operator== ( const JsonWebKeyRSAPrivate ) const
default

Member Data Documentation

◆ d

std::string ccf::crypto::JsonWebKeyRSAPrivate::d

◆ dp

std::string ccf::crypto::JsonWebKeyRSAPrivate::dp

◆ dq

std::string ccf::crypto::JsonWebKeyRSAPrivate::dq

◆ p

std::string ccf::crypto::JsonWebKeyRSAPrivate::p

◆ q

std::string ccf::crypto::JsonWebKeyRSAPrivate::q

◆ qi

std::string ccf::crypto::JsonWebKeyRSAPrivate::qi

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