2016-12-30 16:32:25 +01:00
|
|
|
---
|
|
|
|
title: client_DH_inner_data
|
|
|
|
description: client_DH_inner_data attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: client\_DH\_inner\_data
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|nonce|[int128](../types/int128.md) | Required|
|
|
|
|
|server\_nonce|[int128](../types/int128.md) | Required|
|
|
|
|
|retry\_id|[long](../types/long.md) | Required|
|
|
|
|
|g\_b|[bytes](../types/bytes.md) | Required|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [Client\_DH\_Inner\_Data](../types/Client_DH_Inner_Data.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2016-12-30 21:21:36 +01:00
|
|
|
$client_DH_inner_data = ['_' => 'client_DH_inner_data', 'nonce' => int128, 'server_nonce' => int128, 'retry_id' => long, 'g_b' => bytes, ];
|
Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55
2017-01-02 21:04:36 +01:00
|
|
|
```
|
|
|
|
|