You can now use the JWESerializerManager as explained in the JWE Creation/Loading section.
Available JWE serialization modes are:
jwe_compact
jwe_json_general
jwe_json_flattened
JWE Serializer Manager As Service
There is also another way to create a JWESerializerManager object: using the bundle configuration.
1
jose:
2
jwe:
3
serializers:
4
serializer1:
5
serializers:['jwe_compact']
6
is_public:true
Copied!
With the previous configuration, the bundle will create a public JWE Serializer Manager service named jose.jwe_serializer.serializer1 with selected serialization modes.