Skip to main content

KeyUsage

type alias webcrypto.KeyUsage

Definition Jump to heading

"decrypt"
| "deriveBits"
| "deriveKey"
| "encrypt"
| "sign"
| "unwrapKey"
| "verify"
| "wrapKey"
Back to top