JWS Builders

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

{% if collector.getData().jws.jws_builders is empty %} {% else %} {% for id, data in collector.getData().jws.jws_builders %} {% endfor %} {% endif %}
Service ID Algorithms
No builder
{{ id }}
    {% for algorithm in data.signature_algorithms %}
  • {{ algorithm }}
  • {% endfor %}

Built Tokens

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

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