1 #ifndef LIBFILEZILLA_JWS_HEADER
2 #define LIBFILEZILLA_JWS_HEADER
18 std::pair<json, json> FZ_PUBLIC_SYMBOL
create_jwk();
30 json FZ_PUBLIC_SYMBOL
jws_sign_flattened(json
const& priv, json
const& payload, json
const& extra_protected = {});
Simple json parser/builder.
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.
The namespace used by libfilezilla.
Definition: apply.hpp:17