as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
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日