JWE Builders

The following table lists all JWE Builders declared as services in your application configuration or using the Configuration Helper.
Builders directly created through the JWE Builder Factory cannot be listed.

{% if not collector.getData().jwe.jwe_builders is empty %} {% for id, data in collector.getData().jwe.jwe_builders %} {% endfor %} {% else %} {% endif %}
Service ID Key Encryption Algorithms Content Encryption Algorithms Compression Methods
{{ id }}
    {% for algorithm in data.key_encryption_algorithms %}
  • {{ algorithm }}
  • {% endfor %}
    {% for algorithm in data.content_encryption_algorithms %}
  • {{ algorithm }}
  • {% endfor %}
    {% for method in data.compression_methods %}
  • {{ method }}
  • {% endfor %}
There is no JWE Builder

Built Tokens

The following table list all tokens issued by the JWE Builders.

{% for event in collector.getData().jwe.events.built_success %} {% endfor %} {% for event in collector.getData().jwe.events.built_failure %} {% endfor %}
Status Built Token
Success {{ profiler_dump(event.seek("jwe")) }}
Failure {{ profiler_dump(event.seek("jwe")) }}