View Source jose_jws behaviour (JOSE v1.11.10)

JSON Web Signature (JWS) See RFC 7515: https://tools.ietf.org/html/rfc7515 See RFC 7797: https://tools.ietf.org/html/rfc7797

Summary

Callbacks

-callback from_map(Fields) -> State when Fields :: map(), State :: any().
-callback to_map(State, Fields) -> Map when State :: any(), Fields :: map(), Map :: map().

Functions