Amazon Developer

as

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

HmacContextBuilder

Provides support for building HMAC (Hash-based Message Authentication Code) contexts.

Extends

  • BaseCryptoClass

Constructors

new HmacContextBuilder()

new HmacContextBuilder(): HmacContextBuilder

Returns

HmacContextBuilder

Methods

build()

build(): HmacContext

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

Throws

  • If any mandatory parameter is missing or invalid.

Returns

HmacContext

HmacContext The built HMAC context.


Last updated: Jul 22, 2026