HkdfContextBuilder
Provides support for building HKDF key derivation contexts.
Extends
BaseCryptoClass
Constructors
new HkdfContextBuilder()
new HkdfContextBuilder(): HkdfContextBuilder
Returns
Methods
buildKeyDerivationContext()
buildKeyDerivationContext(key: SymmetricKey): KeyDerivationContext
Build a context for deriving bits using HKDF.
Parameters
key
The key to use as the input keying material (IKM). KeyDerivationContext The HKDF key derivation context object.
Returns
Last updated: Jul 22, 2026

