Module

std/node/crypto.ts>KeyType

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