Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
Ring
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

DigestAlgorithm

Represents a digest algorithm used for cryptographic hashing.

Extends

  • BaseCryptoClass

Constructors

new DigestAlgorithm()

new DigestAlgorithm(): DigestAlgorithm

Returns

DigestAlgorithm

Properties

SHA256

static readonly SHA256: "Sha256" = "Sha256"

The SHA-256 digest algorithm.


SHA384

static readonly SHA384: "Sha384" = "Sha384"

The SHA-384 digest algorithm.


SHA512

static readonly SHA512: "Sha512" = "Sha512"

The SHA-512 digest algorithm.


Last updated: Jul 22, 2026