Amazon Developer

as

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

HkdfContextBuilder

HkdfContextBuilder

HKDFキー導出コンテキストの作成をサポートします。

拡張

  • BaseCryptoClass

コンストラクタ

new HkdfContextBuilder()

new HkdfContextBuilder(): HkdfContextBuilder

戻り値

HkdfContextBuilder

メソッド

buildKeyDerivationContext()

buildKeyDerivationContext(key: SymmetricKey): KeyDerivationContext

HKDFを使用してビットを導出するためのコンテキストを作成します。

パラメーター

key

SymmetricKey

入力キーマテリアル(IKM)として使用するキー。KeyDerivationContext:HKDFキー導出コンテキストオブジェクト。

戻り値

KeyDerivationContext


Last updated: 2026年7月22日