Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
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