import { type jose } from "https://deno.land/x/jwe_cookie_map@v1.0.1/src/deps.ts";
const { Recipient } = jose;
Methods
setUnprotectedHeader(unprotectedHeader: JWEHeaderParameters): Recipient
Sets the JWE Per-Recipient Unprotected Header on the Recipient object.
addRecipient(...args: Parameters<GeneralEncrypt["addRecipient"]>): Recipient
A shorthand for calling addRecipient() on the enclosing GeneralEncrypt instance
encrypt(...args: Parameters<GeneralEncrypt["encrypt"]>): Promise<GeneralJWE>
A shorthand for calling encrypt() on the enclosing GeneralEncrypt instance
done(): GeneralEncrypt
Returns the enclosing GeneralEncrypt