未验证 提交 94c73eea 编写于 作者: Z zengyawen 提交者: Gitee

add nativeapis

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 f2d0e709
# OH_Huks_KeyMaterialDh
## Overview
Defines the structure of a DH key.
**Since:**
9
**Related Modules:**
[HuksTypeApi](_huks_type_api.md)
## Summary
### Member Variables
| Name | Description |
| -------- | -------- |
| [keyAlg](#keyalg) |Algorithm of the key. |
| [keySize](#keysize) | Length of the DH key. |
| [pubKeySize](#pubkeysize) | Length of the public key. |
| [priKeySize](#prikeysize) | Length of the private key. |
| [reserved](#reserved) | Reserved. |
## Member Variable Description
### keyAlg
```
enum OH_Huks_KeyAlg OH_Huks_KeyMaterialDh::keyAlg
```
**Description**<br>
Algorithm of the key.
### keySize
```
uint32_t OH_Huks_KeyMaterialDh::keySize
```
**Description**<br>
Length of the DH key.
### priKeySize
```
uint32_t OH_Huks_KeyMaterialDh::priKeySize
```
**Description**<br>
Length of the private key.
### pubKeySize
```
uint32_t OH_Huks_KeyMaterialDh::pubKeySize
```
**Description**<br>
Length of the public key.
### reserved
```
uint32_t OH_Huks_KeyMaterialDh::reserved
```
**Description**<br>
Reserved.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册