Skip to main content
Module

x/evt/lib/types/index.ts>dom.CryptoKeyPair

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.CryptoKeyPair
import { type dom } from "https://deno.land/x/evt@v2.4.3/lib/types/index.ts";
const { CryptoKeyPair } = dom;

The CryptoKeyPair dictionary of the Web Crypto API represents a key pair for an asymmetric cryptography algorithm, also known as a public-key algorithm.

Properties

privateKey: CryptoKey
publicKey: CryptoKey