Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

KeyAlgorithm

import type { KeyAlgorithm } from "https://aws-api.deno.dev/v0.4/services/acmpca.ts?docs=full";
type KeyAlgorithm =
| "RSA_2048"
| "RSA_4096"
| "EC_prime256v1"
| "EC_secp384r1"

§Type

§
"RSA_2048" | "RSA_4096" | "EC_prime256v1" | "EC_secp384r1" | cmnP.UnexpectedEnumValue
[src]