Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jose/lib/decrypt_key_management.ts>default

JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.
Extremely Popular
Latest
function default
import { default } from "https://deno.land/x/jose@v5.4.1/lib/decrypt_key_management.ts";

Parameters

alg: string
key: KeyLike | Uint8Array
encryptedKey: Uint8Array | undefined
joseHeader: JWEHeaderParameters
optional
options: DecryptOptions

Returns

Promise<KeyLike | Uint8Array>