Skip to main content
webcrypto.CryptoKey.algorithm - crypto - Node documentation
property webcrypto.CryptoKey.algorithm

Usage in Deno

import { type webcrypto } from "node:crypto";

An object detailing the algorithm for which the key can be used along with additional algorithm-specific parameters.

Type