type alias KeyTypeimport { type KeyType } from "https://dotland.deno.dev/std@0.177.0/node/internal/crypto/types.ts"; definition: | "rsa" | "rsa-pss" | "dsa" | "ec" | "ed25519" | "ed448" | "x25519" | "x448"