Skip to main content
webcrypto.KeyUsage - crypto - Node documentation
type alias webcrypto.KeyUsage

Usage in Deno

import { webcrypto } from "node:crypto";

Definition

"decrypt"
| "deriveBits"
| "deriveKey"
| "encrypt"
| "sign"
| "unwrapKey"
| "verify"
| "wrapKey"