Skip to main content
Module

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

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

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[]