Skip to content
Abblix

Abblix.Jwt.Encryption Namespace

Classes
EncryptedDataRepresents the result of JWE content encryption operation. Contains the components required for JWE Compact Serialization per RFC 7516.
Interfaces
IKeyEncryptor<TJsonWebKey>Interface for JWE (JSON Web Encryption) key encryption and decryption operations. Encrypts and decrypts the Content Encryption Key (CEK) using a specific key management algorithm. Implements RFC 7516 Section 5 (Key Encryption) and RFC 7518 Section 4 (Key Management Algorithms).