Skip to content

Latest commit

 

History

History
71 lines (39 loc) · 1.95 KB

Recipient.md

File metadata and controls

71 lines (39 loc) · 1.95 KB

Interface: Recipient

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.

Methods

addRecipient()

addRecipient(...args): Recipient

A shorthand for calling addRecipient() on the enclosing GeneralEncrypt instance

Parameters

Parameter Type
...args [Uint8Array | KeyLike, CritOption]

Returns

Recipient


done()

done(): GeneralEncrypt

Returns the enclosing GeneralEncrypt

Returns

GeneralEncrypt


encrypt()

encrypt(...args): Promise<GeneralJWE>

A shorthand for calling encrypt() on the enclosing GeneralEncrypt instance

Parameters

Parameter Type
...args []

Returns

Promise<GeneralJWE>


setUnprotectedHeader()

setUnprotectedHeader(unprotectedHeader): Recipient

Sets the JWE Per-Recipient Unprotected Header on the Recipient object.

Parameters

Parameter Type Description
unprotectedHeader JWEHeaderParameters JWE Per-Recipient Unprotected Header.

Returns

Recipient