Amazon Developer

as

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

HkdfContextBuilder

Provides support for building HKDF key derivation contexts.

Extends

  • BaseCryptoClass

Constructors

new HkdfContextBuilder()

new HkdfContextBuilder(): HkdfContextBuilder

Returns

HkdfContextBuilder

Methods

buildKeyDerivationContext()

buildKeyDerivationContext(key: SymmetricKey): KeyDerivationContext

Build a context for deriving bits using HKDF.

Parameters

key

SymmetricKey

The key to use as the input keying material (IKM). KeyDerivationContext The HKDF key derivation context object.

Returns

KeyDerivationContext


Last updated: Jul 22, 2026