Extends
BaseCryptoClass
Constructors
new SymmetricAlgorithm()
new SymmetricAlgorithm(): SymmetricAlgorithmReturns
SymmetricAlgorithmProperties
AES128
static readonly AES128: "Aes128" = 'Aes128'
Constant representing the AES-128 algorithm.
AES-128 uses a 128-bit key length.
AES256
static readonly AES256: "Aes256" = 'Aes256'
Constant representing the AES-256 algorithm.
AES-256 uses a 256-bit key length.

