Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>CryptoKeyPair

Advanced Web Composition for Future
Latest
interface CryptoKeyPair
import { type CryptoKeyPair } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.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