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

Usage in Deno

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

Definition

"rsa"
| "rsa-pss"
| "dsa"
| "ec"
| "ed25519"
| "ed448"
| "x25519"
| "x448"