deno / 1.23.2 / ~ / keyformat.html /

KeyFormat

type KeyFormat =
| "jwk"
| "pkcs8"
| "raw"
| "spki";

Type

"jwk" | "pkcs8" | "raw" | "spki"

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/KeyFormat