Interface: GeneralDecryptResult
September 11, 2026 ยท View on GitHub
๐ Help the project
Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.
General JWE JSON Serialization decryption result.
Properties
plaintext
โข plaintext: Uint8Array
Plaintext.
additionalAuthenticatedData?
โข optional additionalAuthenticatedData?: Uint8Array
Decoded JWE AAD bytes, integrity protected but not encrypted.
protectedHeader?
โข optional protectedHeader?: JWEHeaderParameters
JWE Protected Header.
sharedUnprotectedHeader?
โข optional sharedUnprotectedHeader?: JWEHeaderParameters
JWE Shared Unprotected Header. Not integrity protected.
unprotectedHeader?
โข optional unprotectedHeader?: JWEHeaderParameters
JWE Per-Recipient Unprotected Header. Not integrity protected.