Goby3  3.1.4
2024.02.22
jwt::algorithm::es256k Struct Reference

#include <goby/util/thirdparty/jwt-cpp/jwt.h>

Inheritance diagram for jwt::algorithm::es256k:
jwt::algorithm::ecdsa

Public Member Functions

 es256k (const std::string &public_key, const std::string &private_key="", const std::string &public_key_password="", const std::string &private_key_password="")
 
- Public Member Functions inherited from jwt::algorithm::ecdsa
 ecdsa (const std::string &public_key, const std::string &private_key, const std::string &public_key_password, const std::string &private_key_password, const EVP_MD *(*md)(), std::string name, size_t siglen)
 
std::string sign (const std::string &data, std::error_code &ec) const
 
void verify (const std::string &data, const std::string &signature, std::error_code &ec) const
 
std::string name () const
 

Detailed Description

ES256K algorithm

Definition at line 1926 of file jwt.h.

Constructor & Destructor Documentation

◆ es256k()

jwt::algorithm::es256k::es256k ( const std::string &  public_key,
const std::string &  private_key = "",
const std::string &  public_key_password = "",
const std::string &  private_key_password = "" 
)
inlineexplicit

Construct new instance of algorithm

Parameters
public_keyECDSA public key in PEM format
private_keyECDSA private key or empty string if not available. If empty, signing will always fail.
public_key_passwordPassword to decrypt public key pem.
private_key_passwordPassword to decrypt private key pem.

Definition at line 1936 of file jwt.h.


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