HkdfContextBuilder
HkdfContextBuilder
为构建HKDF密钥派生上下文提供支持。
扩展
BaseCryptoClass
构造函数
new HkdfContextBuilder()
new HkdfContextBuilder(): HkdfContextBuilder
返回值
方法
buildKeyDerivationContext()
buildKeyDerivationContext(key: SymmetricKey): KeyDerivationContext
使用HKDF构建用于派生位的上下文。
参数
key
作为输入密钥材料 (IKM) 使用的密钥。KeyDerivationContext HKDF密钥派生上下文对象。
返回值
Last updated: 2026年7月22日

