Skip to main content
Module

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

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

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