JWE Loaders

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

{% if not collector.getData().jwe.jwe_loaders is empty %} {% for id, data in collector.getData().jwe.jwe_loaders %} {% endfor %} {% else %} {% endif %}
Service ID Serializers Key Encryption Algorithms Content Encryption Algorithms Compression Methods Header Checkers
{{ id }}
    {% for serializer in data.serializers %}
  • {{ serializer }}
  • {% endfor %}
    {% 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 Loader