未验证 提交 50c65374 编写于 作者: Z zengyawen 提交者: Gitee

add nativeapis

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 94c73eea
# OH_Huks_KeyMaterialDsa
## Overview
Defines the structure of a DSA 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 key. |
| [xSize](#xsize) | Length of the x value. |
| [ySize](#ysize) | Length of the y value. |
| [pSize](#psize) | Length of the p value. |
| [qSize](#qsize) | Length of the q value. |
| [gSize](#gsize) | Length of the g value. |
## Member Variable Description
### gSize
```
uint32_t OH_Huks_KeyMaterialDsa::gSize
```
**Description**<br>
Length of the g value.
### keyAlg
```
enum OH_Huks_KeyAlg OH_Huks_KeyMaterialDsa::keyAlg
```
**Description**<br>
Algorithm of the key.
### keySize
```
uint32_t OH_Huks_KeyMaterialDsa::keySize
```
**Description**<br>
Length of the key.
### pSize
```
uint32_t OH_Huks_KeyMaterialDsa::pSize
```
**Description**<br>
Length of the p value.
### qSize
```
uint32_t OH_Huks_KeyMaterialDsa::qSize
```
**Description**<br>
Length of the q value.
### xSize
```
uint32_t OH_Huks_KeyMaterialDsa::xSize
```
**Description**<br>
Length of the x value.
### ySize
```
uint32_t OH_Huks_KeyMaterialDsa::ySize
```
**Description**<br>
Length of the y value.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册