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

Usage in Deno

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

A string identifying whether the key is a symmetric ('secret') or asymmetric ('private' or 'public') key.

Type