libfilezilla
|
Functions to create JSON Web Keys (JWK) and JSON Web Signatures (JWS) More...
#include "json.hpp"
Go to the source code of this file.
Namespaces | |
fz | |
The namespace used by libfilezilla. | |
Functions | |
std::pair< json, json > | create_jwk () |
Creates a JWK pair. More... | |
json | jws_sign_flattened (json const &priv, json const &payload, json const &extra_protected={}) |
Create a JWS, with optional protected data. More... | |
Functions to create JSON Web Keys (JWK) and JSON Web Signatures (JWS)