ecdhKeyDeriveParams.public
-
类型:<CryptoKey>
¥Type: <CryptoKey>
ECDH 密钥派生通过将一方的私钥和另一方的公钥作为输入来运行 - 使用两者来生成一个共同的共享秘密。ecdhKeyDeriveParams.public
属性设置为其他方的公钥。
¥ECDH key derivation operates by taking as input one parties private key and
another parties public key -- using both to generate a common shared secret.
The ecdhKeyDeriveParams.public
property is set to the other parties public
key.