AbstractAesCbcAlgorithm

AbstractAesCbcAlgorithm ⇐ AbstractAlgorithm

Kind: global abstract class
Extends: AbstractAlgorithm
Model:
Properties

NameTypeDescription
isAesCbcboolean

Flag to identify AES-CBC

nameString

Name of the algorithm

initialisationVectorArrayBuffer | TypedArray | DataView

16 bytes, unpredictable, and preferably cryptographically random

AbstractAesCbcAlgorithm()

A cryptographic algorithm class holding a defined AES model.