Constructor
new KeyUsages()
Sequence of operation type that may be performed using a key. The recognized
key usage values are "encrypt", "decrypt", "sign", "verify", "deriveKey",
"deriveBits", "wrapKey" and "unwrapKey".
typedef DOMString[] KeyUsages;WebCrypto API reference http://www.w3.org/TR/WebCryptoAPI/#key-interface
- Source: