HkdfContextBuilder
HkdfContextBuilder
HKDFキー導出コンテキストの作成をサポートします。
拡張
BaseCryptoClass
コンストラクタ
new HkdfContextBuilder()
new HkdfContextBuilder(): HkdfContextBuilder
戻り値
メソッド
buildKeyDerivationContext()
buildKeyDerivationContext(key: SymmetricKey): KeyDerivationContext
HKDFを使用してビットを導出するためのコンテキストを作成します。
パラメーター
key
入力キーマテリアル(IKM)として使用するキー。KeyDerivationContext:HKDFキー導出コンテキストオブジェクト。
戻り値
Last updated: 2026年7月22日

