Skip to main content
Module

x/jose/runtime/ecdhes.ts>deriveKey

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

Parameters

publicKey: unknown
privateKey: unknown
algorithm: string
keyLength: number
optional
apu: Uint8Array = [UNSUPPORTED]
optional
apv: Uint8Array = [UNSUPPORTED]