GET api_v2/P2PSecurity/SetupSecureSessionKeyAsync?otherPartyPubKey={otherPartyPubKey}
Установить общий приватный ключ сервера на базе публичного ключа клиента
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
otherPartyPubKey | Публичный ключ клиента. |
Define this parameter in the request URI. |
Response Information
Публичный ключ сервера, который передаётся клиенту, для того, чтобы он смог сформировать свой приватный ключ.
Response body formats
application/xml, text/xml
Sample:
<string>sample string 1</string>
application/json, text/json
Sample:
"sample string 1"