Skip to main content
webcrypto.KeyType - crypto - Node documentation
type alias webcrypto.KeyType

Usage in Deno

import { webcrypto } from "node:crypto";

Definition

"private"
| "public"
| "secret"