Skip to main content
Module

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

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

The CryptoKey dictionary of the Web Crypto API represents a cryptographic key.

Properties

readonly
algorithm: KeyAlgorithm
readonly
extractable: boolean
readonly
type: KeyType
readonly
usages: KeyUsage[]