Constructor
new KeyAlgorithm(name)
The KeyAlgorithm interface represents information about the contents of a
given Key object.
interface KeyAlgorithm {
readonly attribute DOMString name
};
WebCrypto API reference http://www.w3.org/TR/WebCryptoAPI/#key-algorithm-interface
Parameters:
| Name | Type | Description |
|---|---|---|
name |
DOMString | The name of the algorithm used to generate the Key |
- Source: