Serialization Modes

The serialization modes are used to convert a JWE object into a JSON object.
The JWE Compact serialization mode is the most common as it allows tokens to be used in a web context.

{% if not collector.getData().jwe.jwe_serialization is empty %} {% for alias, name in collector.getData().jwe.jwe_serialization %} {% endfor %} {% else %} {% endif %}
Name Alias
{{ name }} {{ alias }}
There is no compression method.