Amazon Developer

as

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

DigestContextBuilder

Provides support for building digest (hash) contexts. This class allows configuration of cryptographic hash operations, enabling the creation of fixed-size digests from arbitrary input data.

Extends

  • BaseCryptoClass

Constructors

new DigestContextBuilder()

new DigestContextBuilder(): DigestContextBuilder

Returns

DigestContextBuilder

Methods

build()

build(): DigestContext

Build a context that can be used for performing digest operations, based on the configured parameters.

Throws

  • If the digest algorithm is not specified.

Returns

DigestContext

DigestContext The built digest context.


Last updated: Jul 22, 2026