Returns configuration parameters for Diffie-Hellman key generation. Can also return a random sequence of bytes of required length.
Method schema is available as of layer 8. Switch ยป
| Name | Type | Description |
|---|---|---|
| version | int | Value of the version parameter from messages.dhConfig, available at the client |
| random_length | int | Length of the required random sequence |
| Code | Type | Description |
|---|---|---|
| 400 | RANDOM_LENGTH_INVALID | Random length invalid. |
New set of configuring parameters.