Module

x/jose/jwe/flattened/decrypt.ts>flattenedDecrypt

JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.
Extremely Popular
Latest
function flattenedDecrypt
import { flattenedDecrypt } from "https://dotland.deno.dev/x/jose@v5.9.2/jwe/flattened/decrypt.ts";

Decrypts a Flattened JWE.

This function is exported (as a named export) from the main 'jose' module entry point as well as from its subpath export 'jose/jwe/flattened/decrypt'.

Parameters

Flattened JWE.

key: KeyLike | Uint8Array

Private Key or Secret to decrypt the JWE with. See Algorithm Key Requirements.

optional
options: DecryptOptions

JWE Decryption options.

Type Parameters

optional
KeyLikeType extends KeyLike = KeyLike

Parameters

Flattened JWE.

Function resolving Private Key or Secret to decrypt the JWE with. See Algorithm Key Requirements.

optional
options: DecryptOptions

JWE Decryption options.