Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
Ring
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート

DigestAlgorithm

DigestAlgorithm

暗号化ハッシュで使用されるダイジェストアルゴリズムを表します。

拡張

  • BaseCryptoClass

コンストラクタ

new DigestAlgorithm()

new DigestAlgorithm(): DigestAlgorithm

戻り値

DigestAlgorithm

プロパティ

SHA256

static readonly SHA256: "Sha256" = "Sha256"

SHA-256ダイジェストアルゴリズム。


SHA384

static readonly SHA384: "Sha384" = "Sha384"

SHA-384ダイジェストアルゴリズム。


SHA512

static readonly SHA512: "Sha512" = "Sha512"

SHA-512ダイジェストアルゴリズム。


Last updated: 2026年7月22日