Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
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 modified on July 22, 2026