Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 1.1 KB

GeneralDecryptResult.md

File metadata and controls

45 lines (23 loc) · 1.1 KB

Interface: GeneralDecryptResult

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.

Properties

plaintext

plaintext: Uint8Array

Plaintext.


additionalAuthenticatedData?

optional additionalAuthenticatedData: Uint8Array

JWE AAD.


protectedHeader?

optional protectedHeader: JWEHeaderParameters

JWE Protected Header.


sharedUnprotectedHeader?

optional sharedUnprotectedHeader: JWEHeaderParameters

JWE Shared Unprotected Header.


unprotectedHeader?

optional unprotectedHeader: JWEHeaderParameters

JWE Per-Recipient Unprotected Header.