Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/jose/lib/decrypt_key_management.ts>default

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

Parameters

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

Returns

Promise<KeyLike | Uint8Array>