Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jose/lib/aesgcmkw.ts>unwrap

"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS with no dependencies using runtime's native crypto in Node.js, Browser, Cloudflare Workers, Electron, and Deno.
Extremely Popular
Go to Latest
function unwrap
import { unwrap } from "https://deno.land/x/jose@v4.9.1/lib/aesgcmkw.ts";

Parameters

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