libfilezilla
Namespaces | Functions
jws.hpp File Reference

Functions to create JSON Web Keys (JWK) and JSON Web Signatures (JWS) More...

#include "json.hpp"
Include dependency graph for jws.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...
 

Detailed Description

Functions to create JSON Web Keys (JWK) and JSON Web Signatures (JWS)