Skip to main content
type alias KeyUsage
private

Definition

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