Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 1.55 KB

types.FlattenedDecryptResult.md

File metadata and controls

57 lines (31 loc) · 1.55 KB

Interface: FlattenedDecryptResult

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.


Table of contents

Properties

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.