W3cubDocs

/Deno

KeyFormat

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

Type

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

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