Appendix C. Example JWE Using AES Key Wrap and AES_128_CBC_HMAC_SHA_256
This appendix provides a complete JWE example using AES Key Wrap for key management and AES_128_CBC_HMAC_SHA_256 for content encryption.
This example demonstrates a symmetric key encryption scenario where the CEK is wrapped using a pre-shared key encryption key.
Note: For complete example values and detailed steps, please refer to the original RFC document.