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

x/jose/lib/aesgcmkw.ts>unwrap

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

Parameters

alg: string
key: unknown
encryptedKey: Uint8Array
iv: Uint8Array
tag: Uint8Array