C#
JSON Web Encryption (JWE) Examples for C#
- JWE using RSAES-OAEP and AES GCM
- JWE using RSAES-PKCS1-v1_5 and AES_128_CBC_HMAC_SHA_256
- JWE using AES Key Wrap and AES_128_CBC_HMAC_SHA_256
- JWE Using General JWE JSON Serialization
- JWE Using Flattened JWE JSON Serialization
- JWE with DEFLATE Compression
- JWE with Binary Data
- JWE using PBES2 Key Wrapping
- JWE using "dir" Direct use of Shared Symmetric Key
- JWE using A256GCMKW
- JWE using ECDH-ES, BP-256, A256GCM
- JWE using ECDH-ES+A256KW