The following table lists all JWE Decrypters declared as services in your application configuration
or using the Configuration Helper.
Decrypters directly created through the JWE Decrypter Factory cannot be listed.
Service ID | Key Encryption Algorithms | Content Encryption Algorithms | Compression Methods |
---|---|---|---|
{{ id }} |
|
|
|
There is no JWE Decrypter |
The following tables list all tokens decrypted (or not) by the JWE Decrypters.
Failure reason is related to the key(s) used.
Status | JWE | Key set | Recipient index / Exception | Key used for decryption |
---|---|---|---|---|
Success | {{ profiler_dump(event.seek("jwe")) }} | {{ profiler_dump(event.seek("JWKSet")) }} | {{ event.recipient }} | {{ profiler_dump(event.seek("JWK")) }} |
Failure | {{ profiler_dump(event.seek("jwe")) }} | {{ profiler_dump(event.seek("JWKSet")) }} | --- | --- |