gmkitx API - v0.10.1
GMKit 文档
使用指南
正在准备搜索索引...
SM2KeyExchangeResult
接口 SM2KeyExchangeResult
SM2 密钥交换结果
interface
SM2KeyExchangeResult
{
s1
?:
string
;
s2
?:
string
;
sharedKey
:
string
;
tempPublicKey
:
string
;
}
索引
属性
s1?
s2?
shared
Key
temp
Public
Key
属性
可选
s1
s1
?:
string
可选的己方确认哈希值(用于对方验证,十六进制字符串)
可选
s2
s2
?:
string
可选的对方确认哈希值(用于己方验证,十六进制字符串)
shared
Key
sharedKey
:
string
派生的共享密钥(十六进制字符串)
temp
Public
Key
tempPublicKey
:
string
己方临时公钥(十六进制字符串)
显示设置
成员可见性
继承
外部
配色
自动
浅色
深色
目录
属性
s1
s2
shared
Key
temp
Public
Key
GMKit 文档
使用指南
gmkitx API - v0.10.1
加载中……
SM2 密钥交换结果