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.
import { type webcrypto } from "node:crypto";
A string identifying whether the key is a symmetric ('secret') or asymmetric ('private' or 'public') key.