as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
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