Skip to main content
Module

x/commandis/mod.ts>dom.CryptoKey

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.CryptoKey
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.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[]