Title here
Summary here
AbstractAlgorithmKind: global abstract class
Extends: AbstractAlgorithm
Model:
Properties
| Name | Type | Description |
|---|---|---|
| isAesCbc | boolean | Flag to identify AES-CBC |
| name | String | Name of the algorithm |
| initialisationVector | ArrayBuffer | TypedArray | DataView | 16 bytes, unpredictable, and preferably cryptographically random |
A cryptographic algorithm class holding a defined AES model.