Skip to main content

KeyType

type alias KeyType

Definition Jump to heading

"rsa"
| "rsa-pss"
| "dsa"
| "ec"
| "ed25519"
| "ed448"
| "x25519"
| "x448"
Back to top