Skip to main content
Module

std/node/crypto.ts>KeyType

Deno standard library
Go to Latest
type alias KeyType
Re-export
import { type KeyType } from "https://deno.land/std@0.158.0/node/crypto.ts";
definition:
| "rsa"
| "rsa-pss"
| "dsa"
| "ec"
| "ed25519"
| "ed448"
| "x25519"
| "x448"