CCF
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ACME::Client::JWK Class Reference

#include <acme_client.h>

Inherits nlohmann::json::object_t.

Public Member Functions

 JWK (const std::string &kty, const std::string &crv, const std::string &x, const std::string &y, const std::optional< std::string > &alg=std::nullopt, const std::optional< std::string > &use=std::nullopt, const std::optional< std::string > &kid=std::nullopt)
 
virtual ~JWK ()=default
 

Constructor & Destructor Documentation

◆ JWK()

ACME::Client::JWK::JWK ( const std::string &  kty,
const std::string &  crv,
const std::string &  x,
const std::string &  y,
const std::optional< std::string > &  alg = std::nullopt,
const std::optional< std::string > &  use = std::nullopt,
const std::optional< std::string > &  kid = std::nullopt 
)
inline

◆ ~JWK()

virtual ACME::Client::JWK::~JWK ( )
virtualdefault

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