as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
Ring
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持
感谢您的访问。此页面目前仅提供英语版本。我们正在开发中文版本。谢谢您的理解。

SymmetricAlgorithm

Represents a symmetric encryption algorithm. Symmetric algorithms use the same key for both encryption and decryption.

Extends

  • BaseCryptoClass

Constructors

new SymmetricAlgorithm()

new SymmetricAlgorithm(): SymmetricAlgorithm

Returns

SymmetricAlgorithm

Properties

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.


Last updated: Jul 22, 2026