1 #ifndef LIBFILEZILLA_JWS_HEADER
2 #define LIBFILEZILLA_JWS_HEADER
json parser/builder
Definition: json.hpp:31
Simple json parser/builder.
The namespace used by libfilezilla.
Definition: apply.hpp:17
std::pair< json, json > create_jwk()
Creates a JWK pair.
json jws_sign_flattened(json const &priv, json const &payload, json const &extra_protected={})
Create a JWS, with optional protected data.