gmkitx API - v0.10.1
    正在准备搜索索引...

    接口 SM2KeyExchangeResult

    SM2 密钥交换结果

    interface SM2KeyExchangeResult {
        s1?: string;
        s2?: string;
        sharedKey: string;
        tempPublicKey: string;
    }
    索引
    s1?: string

    可选的己方确认哈希值(用于对方验证,十六进制字符串)

    s2?: string

    可选的对方确认哈希值(用于己方验证,十六进制字符串)

    sharedKey: string

    派生的共享密钥(十六进制字符串)

    tempPublicKey: string

    己方临时公钥(十六进制字符串)