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

x/jose/lib/aesgcmkw.ts>wrap

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

Parameters

alg: string
key: unknown
cek: Uint8Array
optional
iv: Uint8Array