W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
KeyUsage
type
KeyUsage =
|
"decrypt"
|
"deriveBits"
|
"deriveKey"
|
"encrypt"
|
"sign"
|
"unwrapKey"
|
"verify"
|
"wrapKey"
;
Type
"decrypt"
|
"deriveBits"
|
"deriveKey"
|
"encrypt"
|
"sign"
|
"unwrapKey"
|
"verify"
|
"wrapKey"
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/KeyUsage