deno / latest / ~ / 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