as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持

EcdhKeyDeriveParams

EcdhKeyDeriveParams

EcdhKeyDeriveParams: object

使用ECDH或X25519算法时,网页加密API的EcdhKeyDeriveParams字典表示应作为算法参数传入SubtleCrypto.deriveKeySubtleCrypto.deriveBits的对象。

ECDH SubtleCrypto.deriveKey的参数包括另一个实体的公钥,该公钥与该实体的私钥相结合以生成共享密钥。

类型声明

name

name: string

一个字符串。这应被设置为ECDHX25519,具体取决于所使用的算法。

public

public: CryptoKey

CryptoKey对象,表示另一个实体的公钥。


Last updated: 2025年10月2日