as

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

DigestAlgorithm

Represents a digest algorithm used for cryptographic hashing.

Extends

  • BaseCryptoClass

Properties

SHA256

readonly static SHA256: "Sha256" = "Sha256"

The SHA-256 digest algorithm.


SHA384

readonly static SHA384: "Sha384" = "Sha384"

The SHA-384 digest algorithm.


SHA512

readonly static SHA512: "Sha512" = "Sha512"

The SHA-512 digest algorithm.

Accessors

name

Get Signature

get name(): string

Get the name of the digest algorithm.

Returns

string

The name of the algorithm.


size

Get Signature

get size(): number

Get the size of the digest produced by the algorithm.

Returns

number

The size of the digest in bits.


Last updated: Oct 02, 2025