1# OH_Huks_KeyInfo
2
3
4## Overview
5
6Defines the struct of key information.
7
8**Since**: 9
9
10**Related module**: [HuksTypeApi](_huks_type_api.md)
11
12
13## Summary
14
15
16### Member Variables
17
18| Name| Description|
19| -------- | -------- |
20| struct [OH_Huks_Blob](_o_h___huks___blob.md) [alias](#alias) | Alias of the key. |
21| struct [OH_Huks_ParamSet](_o_h___huks___param_set.md) \* [paramSet](#paramset) | Pointer to the key parameter set. |
22
23
24## Member Variable Description
25
26
27### alias
28
29```
30struct OH_Huks_Blob OH_Huks_KeyInfo::alias
31```
32**Description**
33
34Alias of the key.
35
36
37### paramSet
38
39```
40struct OH_Huks_ParamSet* OH_Huks_KeyInfo::paramSet
41```
42**Description**
43
44Pointer to the key parameter set.