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.3/services/acm.ts?docs=full";
type KeyAlgorithm =
| "RSA_1024"
| "RSA_2048"
| "RSA_3072"
| "RSA_4096"
| "EC_prime256v1"
| "EC_secp384r1"
| "EC_secp521r1"

§Type

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