AesKeyGenParams
TheAesKeyGenParams dictionary of theWeb Crypto API represents the object that should be passed as thealgorithm parameter intoSubtleCrypto.generateKey(), when generating an AES key: that is, when the algorithm is identified as any ofAES-CBC,AES-CTR,AES-GCM, orAES-KW.
In this article
Instance properties
Examples
See the examples forSubtleCrypto.generateKey().
Specifications
| Specification |
|---|
| Web Cryptography Level 2> # dfn-AesKeyGenParams> |
Browser compatibility
Browsers that support any of the AES-based algorithms for theSubtleCrypto.generateKey() method will support this type.