Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface jose.GenerateKeyPairResult
import { type jose } from "https://deno.land/x/jwe_cookie_map@v1.0.1/src/deps.ts";
const { GenerateKeyPairResult } = jose;

Type Parameters

optional
T extends KeyLike = KeyLike

Properties

privateKey: T

The generated Private Key.

publicKey: T

Public Key corresponding to the generated Private Key.